I recently enabled openSSL on my Windows Apache 2.0 installation. I have PHP 5.1.4 installed and the openSSL version is also 5.1.4. Since I did this, my http requests have become extremely slow and in most cases would result in unable to connect error.
I disabled the OpenSSL module in the php.ini and the server is now working perfectly again.
I need OpenSSL but not with this sort of side effects. Also, there is no errors in the apache logs.
Anyone have any suggestions as to what it could be?
Thanks