SSL Problems
Hi folks,We have a client site that is having a few problems being accessed via https (Server Not Found messages) instead of http - we can access it fine from our office as can most other people, but unfortunately the clients and a few other people can't. Caused by a bug in some versions of IE that can't handle using a 128bit cert on a 56bit socket.
I kind of half know the solution to this, I know Apache has the BrowserMatch directive and I am pretty sure I have seen a solution using BrowserMatch to aleviate these problems. So the question is, does anyone know what the correct BrowserMatch entries are to try and stop this from happening?
Thanks in advance.
I have since found the problem and it appears there is no easy way to work around it for individual clients using a Super Cert, it has to be done on a per server basis and disable 56bit Cyphers which means everyone either gets 40bit or 128bit encryption - not ideal.