Error This site can’t provide a secure connection please help

Can you please help? my website http://mobile.wa1.rf.gd/ doesn’t work I was trying to get ssl on it and then I went to get on my website later and it showed this error This site can’t provide a secure connection. I need this website so please help.

Hi there,

Try inserting this code in your .htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Your website doesn’t have an SSL certificate yet. So that’s why it doesn’t work.

Either you need to get an SSL certificate and install it, or configure you website to use HTTP (and not redirect people to HTTPS).

2 Likes

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