Okay
  Public Ticket #166133
assets loaded via http break ssl
Closed

Comments

  • Watchman started the conversation
    I see the following errors in the javascript console, and get a broken lock on the https urls to this page. Please help get the ssl lock to close here Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: not all, not all, only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 144dpi) (index):1 [blocked] The page at 'https://www.watchmanmonitoring.com/mac-consulting-group-a-case-study/' was loaded over HTTPS, but ran insecure content from 'http://graph.facebook.com/?id=https://www.watchmanmonitoring.com/mac-consul…-study/&callback=jQuery110208131055664271116_1392819753767&_=1392819753768': this content should also be loaded over HTTPS. (index):1 [blocked] The page at 'https://www.watchmanmonitoring.com/mac-consulting-group-a-case-study/' was loaded over HTTPS, but ran insecure content from 'http://urls.api.twitter.com/1/urls/count.json?url=https://www.watchmanmonit…-study/&callback=jQuery110208131055664271116_1392819753769&_=1392819753770': this content should also be loaded over HTTPS. (index):1 [blocked] The page at 'https://www.watchmanmonitoring.com/mac-consulting-group-a-case-study/' was loaded over HTTPS, but ran insecure content from 'http://api.pinterest.com/v1/urls/count.json?url=https://www.watchmanmonitor…-study/&callback=jQuery110208131055664271116_1392819753771&_=1392819753772': this content should also be loaded over HTTPS. (index):1 event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
  •  1,069
    ThemeNectar replied

    Hey Watchman Monitoring,

    In the init.js change these three instances to use https instead of http:

    $.getJSON("http://graph.facebook.com/?id="+ window.location +'&callback=?', function(data) {
    
    $.getJSON('http://urls.api.twitter.com/1/urls/count.json?url='+window.location+'&callback=?', function(data) {
    
    $.getJSON('http://api.pinterest.com/v1/urls/count.json?url='+window.location+'&callback=?', function(data) {

    Cheers :)

  • Watchman replied

    Thanks.

     

    line numbers would have helped, but that did resolve the problem.

     

    -Allen