I have a .Net web application that, for performance problems, receives all static data (CSS, Images, JS) from an external server located in a different location and in a different hosting company.
I want to enable SSL on my site without receiving the message: "The page contains both safe and insecure elements"
Does this mean that I need to get two SSL certificates, one for each server?
If I want users to continue to receive static content from an external server, what other options do I have?
Thank.
source
share