Anyone else having issues with SSL sites, Windows 8 and IE10?

ritontor

Member
May 17, 2009
19
0
51
Hi everyone,

We've recently discovered that a couple of the sites we're running on pretty much stock cpanel installations are having problems when Win 8 / IE10 users try to connect.

Essentially, in order to get it to work, we've had to add this to the Apache config:

Code:
SSLProtocol -all +SSLv3
So that it forces all SSL connections to SSLv3. This is happening on more than one server of ours, so it's not a one off... Is anyone else having this issue? Is this the correct way to resolve the issue?