- Joined
- Sep 19, 2018
- Messages
- 6,006
- SL Rez
- 2002
- Joined SLU
- Nov 2003
- SLU Posts
- 35836
So I recently installed ssl certs on both the server for snapzilla.net and also images.snapzilla.net (images are served by a different site). Everything seemed to work fine - if you go directly to an image url with https:// the images show fine, the snapzilla.net site auto-redirects to Snapzilla - Postcards From Life #2. Mixed content checker sites find nothing wrong. I replaced all of the images.snapzilla.net urls with https:// on Snapzilla. However, when I go to the site in Chrome, Firefox and Safari on my iPad, they all say the site is insecure. The console in Chrome and Firefox references the http:// url for the images, but in the source of the page, the urls are all https:// for the src attribute on the img tags. I can't for the life of me figure out wtf is wrong, and it's making me crazy. Any ideas?
Example url:
html src:
Error message:
Loading mixed (insecure) display content “http://images.snapzilla.net/i/609/849/609849.jpg?width=1200” on a secure page
There is no reference anywhere to the http:// url.
Help!
Example url:
html src:
Code:
<img src="https://images.snapzilla.net/images/609849.jpg?width=1200" alt="" class="img-responsive">
Loading mixed (insecure) display content “http://images.snapzilla.net/i/609/849/609849.jpg?width=1200” on a secure page
There is no reference anywhere to the http:// url.
Help!




