Admin
2
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