SSL Certificate Issue

the gent

BANNED
Joined
Jul 30, 2018
Messages
1,816
Reaction score
1,032
Hi all

I bought a hosting plan yesterday and the SSL Certificate come with hosting plan for free, and when i want to set up SSL for my domain, it does not work even if the Certificate is already installed in my cPanel and i did the 'Run AutoSSL', yet it didn't go green lock, did someone faced this issue
 
Verify with online ssl checker otherwise you may need to review the ssl installation process
 
the ssl installation process

it is auto-installed, as i used the same server before when i went and clicked on 'Run Auto SSL' , and the SSL showed on the domain name on the search bar, but this time it didn't, i will contact the support and see!
 
I know from my experience with bluehost it can take a day to kick into action.
 
Are you using WordPress if yes then install really simple SSL plugin do some basic setting in plugin
 
I know from my experience with bluehost it can take a day to kick into action.

Then i will wait till tomorrow and see

Are you using WordPress if yes then install really simple SSL plugin do some basic setting in plugin

I didn't install WordPress with softaculous yet, as i want to set up the SSL Certificate on my domain first
 
You can use Cloudflare and use their free SSL service. I think it's better than free SSL from the hosting provider.
 
Have you made changes to enforce https?

If not copy paste this in your htaccess file
Code:
#httacess ssl force
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 
I contacted my server admin and everything solved, thanks guys appreciate the help

Have you made changes to enforce https?

If not copy paste this in your htaccess file

You should never miss with the htaccess file, all you need to do if you want to enforce https; just go to cPanel dashboard, scroll down to 'domains' then click on force to https, and that's it
 
You should never miss with the htaccess file, all you need to do if you want to enforce https; just go to cPanel dashboard, scroll down to 'domains' then click on force to https, and that's it
Same thing :D :D
Using htaccess is never that hard, and it can help for many purposes
 
Back
Top