X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssl_common.c;h=e46747ec59a05c0510a71f2922aa1aaa1c627500;hp=6ed067f946e79348c2c81ad889c421b0bef9ef90;hb=03f944bb7d3c7cf1fcae82c2b3e70ff8e0a6ea02;hpb=f048c3c93d10377496623dfc13f5b8978f443c16 diff --git a/ssl_common.c b/ssl_common.c index 6ed067f9..e46747ec 100644 --- a/ssl_common.c +++ b/ssl_common.c @@ -414,7 +414,7 @@ extern void ssl_send_certificate_error(struct client_state *csp) log_error(LOG_LEVEL_CRUNCH, "Certificate error: %s: https://%s%s", reason, csp->http->hostport, csp->http->path); - log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s https://%s%s %s\" 200 %lu", + log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s https://%s%s %s\" 403 %lu", csp->ip_addr_str, csp->http->gpc, csp->http->hostport, csp->http->path, csp->http->version, message_len-head_length);