My website is showing as insecure, how do I fix this?

If your website shows an insecure connection message when visiting from a browser, this usually means that SSL is not yet enabled for your domain. Our hosting plans comes with free SSL certificate from LetsEncrypt, but we also provide premium certificates if necessary.

Feel free to follow our knowledge base articles on how to enable or purchase an SSL certificate for your website:

- https://myhost-clients.com/knowledgebase/354/How-To-Enable-AutoSSL-in-cPanel.html
https://myhost-clients.com/knowledgebase/130/Installing-or-Purchasing-an-SSL-certificate.html

Once enabled, access cPanel > select Domains > turn on  Force HTTPS Redirect

 Force HTTPS Redirect option

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...