cheimes / certmonger

Forked from certmonger 6 years ago
Clone

881a1af Pass /etc/ipa/ca.crt if it exists to libcurl, else rely on system

Authored and Committed by rcritten 2 years ago
1 file changed. 4 lines added. 1 lines removed.
    Pass /etc/ipa/ca.crt if it exists to libcurl, else rely on system
    
    Don't pass a non-existant file to libcurl because it overrides the
    system-wide trust and the connection will fail since there is no
    chain.
    
    https://pagure.io/certmonger/issue/132
    
        
file modified
+4 -1