SSL certificate doesn't work in some browsers

Hi @hansvmourik!

You can locate the file containing the Cipher Suites with :

grep -Ri SSLCipherSuite /etc/

and the protocols config with :

grep -Ri SSLProtocol /etc/

Odds are you'll find that more than one file contains the config data.
Let us know if you need help sorting it all out.