I bought a SSL Cert which should work with iE 5+, but it doesn`t. All other browsers i tested work perfectly – no errors – just the site I want to display. But IE8 and smaller versions show an Error on the https…(they need to accept the ssl cert) site and destroy the layout on http version of the site (no https links included).
Non SSL
minol-fb.de/facebook-suche/
SSL
minol-fb.de/facebook-suche/
Ok it seems that browser < IE8 still use the self signed certificate..
You must have configured multiple certificates using Server Name Indication without knowing it.
If you use this, you get a self-signed certificate:
If you use this (with the server name), you get the correct certificate:
You probably get a different behaviour with older versions of IE because you’re testing them on XP. No version of IE supports SNI on Windows XP unfortunately. Other browsers (with sufficiently recent versions) do, at least independently on the OS version they run on.
If you don’t need that other host, you can probably remove that configuration, so as not to have to rely on SNI at all.