HTTPS refers to Hypertext Transfer Protocol Secure, which is a security protocol that encrypts and transfers data based on the HTTP protocol to ensure the security of data transfer. When configuring HTTPS, you need to provide the certificate for the domain name and deploy it on the CDN nodes across the network to implement the encrypted data transfer across the network.
Tencent Cloud CDN fully supports HTTPS configuration. You can either upload your own certificate for deployment or go to the SSL Certificate Service Console to apply for a third party certificate that is provided by TrustAsia free of charge.
You can configure the HTTPS certificate in the CDN Console. For more information, see HTTPS Configuration.
This depends on your origin-pull method.
HTTP Forwarding: Synchronization is not needed.
HTTPS Forwarding: When the certificate on origin server is updated, the certificates on the CDN nodes need to be updated synchronously. The certificate between client and node must be identical to the one between node and origin server. Otherwise, a failure of origin-pull will occur.
You can use Forced HTTPS Redirection. After the certificate is configured successfully, the Forced Redirect option appears. When it’s enabled, even if you initiate an HTTP request, it will be changed to an HTTPS request.
Was this page helpful?