Support Articles
All sites can have an SSL certificate generated for them. The solution leverages the Let's Encrypt project, which is an open source Certificate Authority that provides free certificates. The solution does require that you have a domain pointed at your site successfully. For more information, see Go Live, Publish, and Set Up Your Domain .
Important Technical Note
Do I need HTTPS?
Using a secure connection ensures prevents data from being modified or corrupted during transfer. With a secure site, visitors can trust your site is displaying the content that you intended.
In addition, using a secure HTTPS connection is a minor ranking indicator, benefiting your site's overall SEO.
Once your site is published and configured with a custom domain, to set up SSL:
An SSL certificate is never deleted unless you click Remove certificate .
Recreate SSL Certificates
If you have previously set up your domain using a method involving using a CNAME and 301 Redirect and have changed your DNS settings to reflect a CNAME and two A Records, you will need to recreate your SSL Certificate.
To recreate the SSL certificate:
Details About Secure Connections
Using Custom or Third Party Code in SSL Sites
Due to HTML standards, HTTP or non-secured content cannot be displayed in HTTPS or secure sites. This means that any custom code which relies on loading content from an HTTP server will not work in an SSL Site . If you need to use code which normally loads from an HTTP server, we recommend either:
As our editor displays by default on an HTTPS connection, one good way to test whether or not code will work in the final site is to see if it works in the editor. If it does not, it is equally unlikely to work in a live HTTPS site.