SSL not working with IE but does in Firefox?

frankc420

Verified User
Joined
Jul 31, 2007
Messages
59
When access https://secure.ultraonline.net/ through Firefox it works fine, but through IE it gives an error page and am getting this in the apache error log:

Re-negotiation request failed.

I know this is an SSL error, but I have the slightest idea where to even start looking. Any ideas? This started after upgrading apache and php.
 
Thanks Floyd.

I upgraded OpenSSL and rebuilt CURL, PHP, and Apache.

Here is the new error message:

[Wed Jun 02 10:49:24 2010] [error] SSL Library Error: 336068946 error:14080152:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled

To fix this issue I found a post online that had me add:

+OptRenegotiate

To SSLOptions

My line now reads:

SSLOptions +StrictRequire +OptRenegotiate
 
Back
Top