Mobile app version of vmapp.org
Login or Join
Pope3001725

: SSL website with non-SSL images only content delivery network I am serving my own CDN using subdomains for static images only, and want to use a SSL cert on the main website. For example;

@Pope3001725

Posted in: #Cdn #SecurityCertificate #Subdomain

I am serving my own CDN using subdomains for static images only, and want to use a SSL cert on the main website.

For example; www.example.com would download images from cdn1.example.com, cdn2.example.com, cdn3.example.com and so on.

The CDN subdomains are non-cookie caching only.

Can I still use a registered SSL cert on the main domain example.com?
Will browsers report warnings or errors that content from an unsecured source is being download. Is this practice frowned upon.

p.s. Let's assume all my JS and meta tags are from HTTPS sources. Only images are non-SSL.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Karen161

The browser will not give a full "green padlock" icon and will indicate that while connection is encrypted, there are elements on the page which are not fetched through encrypted connection. This information is only visible if a user clicks a padlock icon.

To answer your question is this a good practice, I would say no, as you should really encrypt all the traffic so your users do not need to worry (if some would), as no one will bother checking which content is unencrypted.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme