Activating HTTPS ensures that all visitors communicate with VergeCloud’s CDN edge servers securely. HTTPS protects user data, improves SEO ranking, and is now a standard requirement for all modern websites.
After uploading, VergeCloud will use your private certificate for all HTTPS communication.
Important Notes
HTTPS works only when the DNS record has the cloud icon enabled, meaning traffic is routed through VergeCloud’s CDN.
Before issuing a certificate, ensure the domain is active, NS records point correctly, and root DNS records are properly configured for the main domain.
Enabling this option forces all HTTP requests to redirect automatically to HTTPS. The redirection is powered by HSTS, a mechanism that enforces encrypted connections and prevents downgrade attacks. HSTS blocks visitors from accessing your website if a secure HTTPS connection cannot be established. Once a browser stores an HSTS policy, it will continue enforcing HTTPS until the max age expires.
This default HTTPS setting is especially useful for websites handling sensitive information or login pages. Even if a user manually types http in the address bar, the browser will convert it to https instantly. This avoids accidental insecure visits and ensures consistent encrypted browsing for all returning users.
This feature rewrites insecure HTTP links found inside HTML or JavaScript files to HTTPS. It helps prevent mixed content warnings, improves user safety, and ensures that browser security features remain active.
Modern browsers are increasingly strict with mixed content. Even a single insecure asset can block page rendering or disable important security features like service workers. VergeCloud’s automatic rewrite tool eliminates these issues without requiring developers to manually track every link.
You can define the minimum TLS version supported on VergeCloud. Visitors using outdated protocols will be blocked from HTTPS access.
Recommended settings
TLS 1.2 or TLS 1.3 for the best balance of security and compatibility.
TLS 1.3 offers performance improvements by reducing handshake time and improving encryption efficiency. If your audience is primarily modern devices, choosing TLS 1.3 can reduce latency slightly and improve overall loading speed.
HSTS ensures that
All HTTP links are internally upgraded to HTTPS
Browsers reject any insecure connection attempt
Example header
Strict-Transport-Security: max-age=2628000; includeSubDomains;
This ensures HTTPS only access for one month and applies across subdomains.
Once a browser receives an HSTS header, it rewrites all future attempts to connect via HTTPS. If the domain cannot be reached securely, the browser displays a security error and blocks access entirely.
Popular browsers use a preload list that forces certain domains to load only via HTTPS. To be added, your domain must
VergeCloud automatically prepares your configuration, and you only need to submit your domain to the Google preload portal.
You can specify how VergeCloud’s edge servers connect to your origin server. Options include HTTP, HTTPS, or automatic. If HTTPS or automatic is chosen, your origin must support HTTPS. You can configure this individually for each DNS record. When set to default, the global settings from this section apply.