Links

SSL certificate

You can redirect your website from HTTP to HTTPS by installing a SSL cetificate. Read this article for more information

1. If you are using our new DNS records for connecting the domain to your website SSL will be issued to your domain automatically. Our new DNS records for connecting the domain is are given below -

Make sure you have used the below mentioned records for connecting domain to your website.:
TYPE
HOST
VALUE
A RECORD
@
34.96.116.138
CNAME
WWW
connect.vintcer.com

2. After SSL installation follow the below steps to redirect website from HTTP to HTTPS automatically.

2. Log in to your account and open the website in the editor.

Click on the setting button
Click on Pro setting button.

Now, copy the code given below-

<script language="JavaScript">
if(window.location.protocol != 'https:')
{ location.href = location.href.replace("http://", "https://"); }
</script>
Paste the code int Pro setting (Site header)
After entering the above code, Click on save button and Publish your website.
Contact us at [email protected] for any assistance or help. You can also visit here for Live chat support.

What is SSL?

SSL (Secure Socket Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This secure link ensures that all data transferred remains private. It’s also called TLS (Transport Layer Security). Millions of websites use SSL encryption everyday to secure connections and keep their customer’s data safe from monitoring and tampering

Why Use SSL?

Every website on the Internet should be served over HTTPS. Here’s why:
  • Performance: Modern SSL can actually improve page load times.
  • Search Ranking Boost: Search engines favor HTTPS websites.
  • Security: Encrypting traffic with SSL ensures nobody can snoop on your users’ data.
  • Trust: By displaying a green lock in the browser’s address bar, SSL increases visitor’s trust.