diff --git a/lib/setopt.c b/lib/setopt.c index 2bc49868b8..5a3e02c76f 100644 --- a/lib/setopt.c +++ b/lib/setopt.c @@ -2842,8 +2842,10 @@ static CURLcode setopt_blob(struct Curl_easy *data, CURLoption option, * Specify entire PEM of the CA certificate */ #ifdef USE_SSL - if(Curl_ssl_supports(data, SSLSUPP_CAINFO_BLOB)) + if(Curl_ssl_supports(data, SSLSUPP_CAINFO_BLOB)) { + s->proxy_ssl.custom_cablob = TRUE; return Curl_setblobopt(&s->blobs[BLOB_CAINFO_PROXY], blob); + } #endif return CURLE_NOT_BUILT_IN; case CURLOPT_PROXY_ISSUERCERT_BLOB: