My Cloudflare SSL Origin Cert isn’t working for my cPanel service subdomains (e.g. cpanel.domain.com
, whm.domain.com
, etc.). All of my DNS is managed in Cloudflare and I have those service subdomains created there as un-proxied A records. How can I ensure the HTTPS is valid and forced for service subdomains like it is for my regular domain and subdomains?
And that’s the issue. An Origin certificate is not trusted by browsers, hence the warning.
Proxy the entry and it will work. Otherwise you need a publicly trusted certificate.
1 Like
@sandro Are there any pitfalls to proxying service subdomains? I obviously wouldn’t need to proxy mail.domain.com
, but for subs like cpanel.domain.com
or whm.domain.com
?
It depends on the service. If you use anything apart HTTP, you cannot proxy in the first place. HTTP will generally work fine, though there are certain limits like request timeouts and a maximum volume for uploads.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.