When I run my site over https, I get the following error in firebug for each of the icons presented on the sharethis admin page

jquery.min.js?v=1.7.1:4
The page at 'https://mysite/admin/config/services/sharethis' was loaded over HTTPS, but displayed insecure content from 'http://w.sharethis.com/images/tumblr_32.png': this content should also be loaded over HTTPS.

Comments

helmo’s picture

Are you offloading SSL?

See: #1291220-5: SSL support

The test

(isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on')

does not work when offloading ssl.

SocialNicheGuru’s picture

Status: Active » Closed (duplicate)