Reputation: 632
I have a website embedding another website with iframe. The first website has SSL with a certificate for *.something.com
and let's say its domain is somethingelse.something.com
. Can I use the same certificate for the embedded website as well even though there is no subdomain in something.com
referring to it?
In other words, does the fact that I am originally coming from somethingelse.something.com
count for the embedded website as well?
I hope this makes sense, I am quite new with this.
Upvotes: 0
Views: 603
Reputation: 4826
Be careful: A certificate for "*.example.com" is valid for "anything.example.com" but NOT for "example.com"
The iframe may be blocked for another reason:
Upvotes: 2