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:
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?
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