Never hosted with Namecheap, but assume most are the same with free shared SSL. You could see if they support your own certificate and look at letsencrypt (maybe they even support the direct cpanel integration)Hello Blackhatters,
I'm currently using Namecheap for hosting my site, they gave me a 1 year free SSL self-signed certificate. I tried to use it but some browser is giving some warning.
Is it okay to use it? or do I need to get a trusted signed SSL.
go to whynopadlock.com it will give you an idea why you're website isn't secure.
Make sure stuff you use from other websites like scripts, images videos use https.
Forse ssl in the server .htacess file
I think It's all good ... hmhmm
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourwebsite.com/$1 [R,L]
</IfModule>
# END WordPress
Hello Blackhatters,
I'm currently using Namecheap for hosting my site, they gave me a 1 year free SSL self-signed certificate. I tried to use it but some browser is giving some warning.
Is it okay to use it? or do I need to get a trusted signed SSL.