In this guide we will go through on how to use the free SSL certificate provided with your Net9 web hosting. We will also tell you how to protect all your site user information with HTTPS and possibly force the HTTPS connection to all users of your site.

  1. Log in to cPanel
  2. Click on Protection: Let's Encrypt SSL
    Let's Encrypt SSL
  3. After the Let's Encrypt SSL menu opens, click Issue on the domain you would like to create SSL certifiacte for
    SSL Certficate creation
  4. The server will take a little while when it's creating the SSL certificate. After this, the new certificate should be seen on the upper Your domains with Let's Encrypt certificates menu
    SSL certificates
  5. Congratulations! Your site can now utilize HTTPS connections and your certificate is trusted by all major browsers



Next we will go through on how to force HTTPS connections on your site, instead of clients connecting via the insecure HTTP connection.

  1. From cPanel open Files: File Manager
    File manager
  2. From upper right corner click Settings
  3. From the Settings window tick Show hidden files (dotfiles). After this press Save
    Settings
  4. From the left open public_html or some other site's folder you'd like to force HTTPS on. Adding this rule to the folder public_html will force secure HTTPS on all parts of the site
  5. After this, select .htacess file from the file view and from top press Edit
  6. Add the following lines to the .htaccess file
    RewriteEngine On 
    RewriteCond %{HTTPS} off
    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    Rewrite rules

  7. From upper right corner press Save changes
  8. Now you can visit your site and you should see the HTTPS icon popping up on your browser to signify secure connection
  • 29 Users Found This Useful
Was this answer helpful?

Related Articles

cPanel control panel

cPanel is the control panel for our web hosting products. It is simply the best panel out there...

Nodejs webhotellissa

Tässä ohjeessa käymme lävitse, kuinka ajaa Javascript pohjaisia Nodejs sovelluksia...