How to get FREE SSL cuz its not working for me

How to get FREE SSL cuz its not working for me

Read

3 Likes

adr1an.xyz

Error Message

I can’t get the free SSL

like it’s working if i enter
https://adr1an.xyz/
but if i enter adr1an.xyz
its showing its not secured

Read this?

4 Likes

I do that well
https://adr1an.xyz/ <— working ssl
http://adr1an.xyz/ <— not working ssl

No issue for me.
Clear browser cache?

4 Likes

You are right my bad i forgot about it xD thanks

@marekrodzicki
You can force traffic to https by using this .htacess

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

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