SSL works in all browsers except Internet Explorer (IE 6/7/8)

May 18, 2011 by     No Comments    Posted under: Tech

I could’ve also titled this “fixing Fixing SSL Library Error: 336068931 error:14080143:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled” — but that’s just crazy.

Simple fix, although I don’t know or understand the consequences:

In ssl.conf (on ubuntu that’s/etc/apache2/mods-enabled), add

SSLInsecureRenegotiation on

then reload Apache.

Now my sites in IE that previously gave me an “Internet Explorer cannot display this page” work fine. Again, I don’t know the consequences of that addition, so research or use at your own risk.