Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mix SSL certificates

Tags:

ssl

I'd like to have a SSL certificate for domainA that load images from domainB (I load them from another cookieless domain to improve page speed). I know that all elements coming from domainB should be over SSL, but do i need to secure this second domain with a certificate coming from the same provider? I mean, could I mix a page with a ie verisign certificate with images coming over SSL from another domain with a different - and cheaper - certificate?

like image 565
Sergi Avatar asked Jun 20 '11 07:06

Sergi


1 Answers

Yes, it will work and show no error in the browser. It's the same if you for example include Google Fonts (via e.g. https://fonts.googleapis.com) or Bing Maps using their SSL certificates. There shouldn't be a problem.

like image 137
H6. Avatar answered Sep 21 '22 23:09

H6.