views:

30

answers:

1

We are planning on using a SSL certificate from GoDaddy on our primary application domain. But, we serve our images, css, and javascript files from a second domain. If we use a self-signed certificate for the domain serving the images and so forth, will it work without giving the user a warning message regarding the self-signed certificate?

Thanks in advance for any responses. BTW, please don't ask why we don't just get certificates for both. The issue is a little more complicated, but I just simplified it for the purpose of asking this question. Thank you.

+2  A: 

Yes, it will cause a security warning in your visitors' web browsers. If any of the content on a page uses an invalid certificate (even if the page itself has a valid certificate), the browser will report an error.

Robert
I figured as much. Thanks for the response. Much appreciated.
James T
Since your question has been answered, you should Accept it.
jnpcl