SSL with an external static content server

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.

+3
source share
2 answers

, SSL

0

( ) , HTTP/HTTPS, HTTPS- HTTP- .

0

Source: https://habr.com/ru/post/1742644/


All Articles