Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Makes sense. It's definitely not the client and the openssl version is 1.0.2 so SNI should be enabled by default in that so it must be how Apache was setup. Leaving this open for now just in case though. Commented Oct 18, 2016 at 11:57
  • From the link you sent I tried setting the SSLStrictSNIVHostCheck directive to both off and on and testing but no joy. The fact that I receive the following when restarting Apache says to me that the server does actually support it though: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support Commented Oct 18, 2016 at 12:26
  • I've added some lines to check the server without having your local clients involved. Commented Oct 18, 2016 at 13:18
  • Thanks for that, taking a look now. Chances are I'm just going to migrate one of the sites to another server though. Can't really run the risk of older clients being served the other site. Commented Oct 18, 2016 at 13:25
  • Cheers for the help buddy. I'm surprised at the whole "just wait it out" approach on there but it does sound like some sort of server caching issue as the asker suggested in the case of your final edit. I've at the very least got a couple of solutions I can now go back to my boss with anyway. Much appreciated. Commented Oct 18, 2016 at 19:04