From: Doug MacEachern Date: Thu, 16 Aug 2001 17:17:16 +0000 (+0000) Subject: at least make a note of SSL_R_HTTP_REQUEST error (until this is properly dealt with) X-Git-Tag: 2.0.24~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3dbab2d7f7bda53acbfe797ce4c0f50cae0447a;p=apache at least make a note of SSL_R_HTTP_REQUEST error (until this is properly dealt with) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90229 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 84d099e2f3..b3fe5b2e05 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -382,6 +382,9 @@ int ssl_hook_process_connection(SSLFilterRec *pRec) fb->bufsiz); fb->inptr = fb->inbase; fb->incnt = strlen((char *)fb->inptr); +#else + ssl_log(c->base_server, SSL_LOG_ERROR|SSL_ADD_SSLERR, + "SSL handshake failed: HTTP spoken on HTTPS port"); #endif } else if (ssl_util_getmodconfig_ssl(pRec->pssl, "ssl::handshake::timeout")