Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
–
–
Assume you have a CNAME record:
travel-maps.example.com CNAME c.commondatastorage.googleapis.com.
Browser resolves name travel-maps.example.com
and gets IP for c.commondatastorage.googleapis.com
, then connects to port 443 of this address.
Server with this IP couldn't possibly[1] have proper certificate for travel-maps.example.com
(and all other domain names with CNAME records like this). Only example.com
domain owner could get a trusted cert for his own domain.
[1] Unless you uploaded the certificate to the CDN network which is a common feature nowadays.
–
–
–
–
This is how CDN service provider such as Incapsula with works with HTTPS.
They just create a "Multi-domain" SSL cert for you.
You may check a demo cert-info in this site.
https://www.incapsula.com/
Any way, this kind of SSL cert is for business use in most case and are generally pretty expensive.
–
–
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.