I have already configured to use FreeSSL certificate and added the private key and certificate key into this domain. however when I entered this domain with https, it also shows that error message. I have added a .htaccess file inside htdocs folder and added the following scripts:
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{“scheme”:“https”}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
but the result is still the same, it does not work at all. Can anyone here do me a favor to solve my problems?
It’s working fine from here, and getting a secure connection with a Google Trust certificate.
Could you please share the actual error code? It should look like ERR_SSL_SOMETHING_SOMETHING. That code will give us a better understanding of why the secure connection doesn’t work.
Hmm, the ERR_CONNECTION_RESET error usually indicates a problem with the connection between your device and our server. This could be a server problem, but it could also be a firewall on your end.
Could you please try to access your site over a VPN? Given that your site seems to be working for everyone else, I think it works.
If so, I think the issue is that access to your site is being blocked on your end. You may want to contact your network administrator or internet provider about this.
Also, if you could make a tracert to the domain name of your website and share the results here, that may help give us a better idea as to what’s going on.