https://issues.apache.org/bugzilla/show_bug.cgi?id=56404
Bug ID: 56404
Summary: endless loop when connect to a website(https) which
has not valid certificate
Product: Apache httpd-2
Version: 2.4.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_connect
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31518
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31518&action=edit
my configuration
I use this lastest XAMPP
The Apache version is 2.4.9
I use it as proxy server
my configuration is
============================
Listen 8008
<VirtualHost *:8008>
ProxyRequests On
ProxyVia On
<Proxy *>
Order deny,allow
Deny from all
Allow from all
</Proxy>
</VirtualHost>
=========================
if I browse "http://google.com" it's ok
I browse "https://github.com" is's also ok
but when i browse "https://192.168.2.1" (another server,it has not a valid
certificate)
it's timeout, and the "httpd.exe" is 99% cpu
i must kill the "httpd.exe" to let it restart
sorry for my pool English T_T
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]