We have been having an issue with all of our WWW links for sub domains showing this SSL error:
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don’t support a common SSL protocol version or cipher suite.
Now non WWW works fine with valid SSL, no issue. If it comes to it we can just redirect all WWW to non WWW. If there is a fix for this, so we can use WWW within our links that would be great.
Our SSL shows active, not issuing.
Any help would be appropriated, thanks in advance.
You won’t be able to redirect www because that still requires an SSL connection. Hopefully there’s not a publicly advertised link to the www for that subdomain that users might try.
I’m not particularly thrilled about exposing the origin IP address for that. That’s why I have a low-value droplet with an exposed IP address for such shenanigans that doesn’t host anything of value. I’d www.sub.example.com to an IP address on some other machine that will do the forwarding for me.
Thanks for the advice, not thrilled about exposing IP, yet redirect within each .httaccess should work in not exposing the WWW for sub domains or at least in theory it should.
We had no idea of this issue until our affiliates started contacting us about the error with all of their tracking links, this is easy to update on our end though, besides that our main domain works fine with WWW and this is the only one we really advertise so no major issues here.