1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Doug MacEachern
2001-08-16 17:17:16 +00:00
parent 5eb7150217
commit a3dbab2d7f

View File

@@ -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")