SSL with external static content server
        Posted  
        
            by SirMoreno
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SirMoreno
        
        
        
        Published on 2010-04-25T08:14:29Z
        Indexed on 
            2010/04/25
            8:23 UTC
        
        
        Read the original article
        Hit count: 305
        
I have a .Net web application that for performance issues gets all the static data (CSS, Images, JS) from an external server that is on different location and different hosting company.
I want to enable SSL on my site without the users getting a message: "Page contains both secure and insecure elements"
Does this means I’ll have to get two SSL Certificates one for each server?
If I want the users to continue getting the static content from the external server what other options do I have?
Thanks.
© Stack Overflow or respective owner