X-Git-Url: http://www.privoxy.org/gitweb/seealso.html?a=blobdiff_plain;f=jcc.c;h=8d99b1f95dc51b951987f0b7ca428f73ec95d368;hb=596d3e1ab42e6cc18910d56aac3e689c02cd743a;hp=2a8c1669ed59c32a88baa2e782cb73dc43b3839d;hpb=c83713758e9465e03ec3b0228c433e6f2d843352;p=privoxy.git diff --git a/jcc.c b/jcc.c index 2a8c1669..8d99b1f9 100644 --- a/jcc.c +++ b/jcc.c @@ -3720,7 +3720,7 @@ static void chat(struct client_state *csp) use_ssl_tunnel = 1; } - if (http->ssl && csp->action->flags & ACTION_IGNORE_CERTIFICATE_ERRORS) + if (http->ssl && (csp->action->flags & ACTION_IGNORE_CERTIFICATE_ERRORS)) { csp->dont_verify_certificate = 1; }