SSL Issued, but site doesn't show up with https://

americanallsports.com

Error Message

This site can’t provide a secure connection

americanallsports.com sent an invalid response.

  • [Try running Windows Network Diagnostics](javascript:diagnoseErrors()).

ERR_SSL_PROTOCOL_ERROR

This is an ADD ON Domain. What do I need to do to fix this? I do have an index.html file put into the htdocs area to test, but it isn’t showing up.

A valid certificate has been issued and I see it in green as issued already.

Thanks.

Other Information

(other information and details relevant to your question)

As the error code suggests, the issue is with SSL.

Specifically, this means that your browser wants to access your site over HTTPS, but your website doesn’t have an SSL certificate.

The most obvious way to fix this is of course to add an SSL certificate to your site, like so:

Alternatively, you could just make sure that you are accessing the website with http:// and don’t have any forced HTTPS redirects on your site.

3 Likes

Why would anyone use http when google clearly said all sites need to be https? There is definitely an issue here and your answer was not the answer, but thanks for attempting to answer. I have 6 sites up. All of them are working fine except for this one. The SSL says that a certificate has been issued, but in red the message says the SSL Certificate cannot be found. Any other ideas are welcome.

image

now it’s time to force HTTPS again

3 Likes

Thanks. It is working now. Very odd. But thanks so much for making such a huge effort to help. I did press the issue an SSL automatically again. Have a wonderful day. :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.