SSL Ajax type of certificate for the static domain (image + js)
- by Alexl
Hi,
I have a page that is SSL and has a valid certificate extended. (mainpage.com)
But this page request some static content to another domain(page-static.com), basicly images and js.
Actually i have only a certificate for my mainpage.com. So now when i request this page i get invalid ssl page because it contains invalid encrypted data (the one provided by the www.page-static.com)
What kind of certificate do i need for the www.page-static.com. Do i need the same one as the mainpage.com, because this certificate are expensive (it's a extended certificate). Or a cheap certificate from godaddy will do the trick. This is another question do both certificates have to be signed by the same root provider and/or the same encryption key length (or it can be only 128 bits)?
Thanks for your help