My SSL certificate is not fully valid. On non www version the SSL becomes invalid.
CA Root is not trusted.
Issued to and by example.com
My SSL certificate is not fully valid. On non www version the SSL becomes invalid.
CA Root is not trusted.
Issued to and by example.com
What’s the domain?
Ive found a solution via a youtube video. It concerned a 301 htaccess redirect.
the video suggested adding to .htaccess:
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC][OR]
RewriteCond %{SERVER_PORT} !443
RewriteRule ^(.*) https://%{HTTP_HOST}{REQUEST_URi} [R=301,L]
This seemed to do the trick.
This topic was automatically closed after 30 days. New replies are no longer allowed.