Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATH
modified external/libfetch/common.c
@@ -716,7 +716,8 @@ fetch_ssl_setup_peer_verification(SSL_CTX *ctx, int verbose)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -727,11 +728,17 @@ fetch_ssl_setup_peer_verification(SSL_CTX *ctx, int verbose)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|