Secure your Website with HTTPS and SSL

Filter by Category

Why do you need HTTPS and SSL?

SSL is called Secure Socket Layer which is present between application layer (web server) and transport layer (channel).

SSL encryption is a must to secure our website when we transmit sensitive data like filling up forms, Credit card details, login, register and passwords. If someone wants to break into the transport layer, they would not be able decrypt any of the information due to the SSL security. SSL also shields from phishing. A good SSL Certificate ensures that all data passed between the Web server and web browser remains private and secure… always.

Major inspiration for HTTPS is to prevent wiretapping and man-in-the-center attacks.Secure your Website with HTTPS and SSL

 

Steps for Setting up SSL on your website: –

  1. Get an SSL certificate for your website. There are many good providers for SSL (Comodo, GeoTrust, Verisign)
  2. Activate the certificate using CSR
  3. Install the certificate
  4. Configure SSL certificate on your web server.
  5. Update your site to use HTTPS.

To make online Website safe for its Customers We must have SSL Certificates. Will my money be safe? Can someone steal my Personal information? Can someone track my transactions? SSL Certificates is the only answers to these questions.

  >>Steps to take care when setting up your website from non SSL to SSL.

  1. Keep Backup of current site Files as well as Database.
  2. Change Base url http to https in General settings or in configuration file.
  3. Change all website links to HTTPS.
  4. Change CMS generated links.
  5. Start fixing any non-CMS generated links.
  6. Replace http to https in Database.
  7. Check if any plugin/modules/extensions/components not able to load files on https.
  8. Check any external css/JavaScript and other Ajax urls . Are these working well with https.
  9. Setup 301 redirects from HTTP to HTTPS or consider HSTS.HSTS is a way to force all connections to be HTTPS—it essentially acts in the same way as the redirect. Implementing 301 redirects is an essential to retaining your search engine rankings and traffic.
  10. Set up HTTPS site in Webmaster Tools and also check speed optimization of website.
  11. Last but not least when everything is well with Https, update your htacess with following code:

RewriteCond %{SERVER_PORT} 80

   RewriteRule ^(.*)$ https://xyz.com/$1 [L,R=301,NC]    

 

6.Once done, we need to check following: –

  1. Unit test individual components of the page.
  2. Test Forms in website.
  3. Visit your page to ensure that you have all green light in Chrome and other browsers.

SSL Step

 

 

 

 

 

 

 

 

If you’re still having problems getting mixed content warnings on the page, it’s most likely due to your JavaScript or flash code.

Important NoteAs per recent Google guidelines, HTTPS is a major ranking signal for SERP’s, if your site is not yet secure, get it SSL secured by contact us.

Conclusion:

However, I can’t emphasis enough that moving over to HTTPS isn’t without risk, and great care should be taken when redirecting traffic from the non-HTTPS to the HTTPS version of your website.

SSL problem messages and warnings are often displayed in an attempt to protect website users from potentially compromising situations.

Related News