Just want to “+1” this – I just spent a good part of a day trying to find out why I couldn’t enable any JetPack features. Def need a notice.
Hey, I notice you got this working. I’ve having the same problem. What did you do to solve it?
Remove the “http:” from the href value. e.g.
<link rel='stylesheet' id='pdrp_styles-css' href='//app.photodropper.com/css/main.css?ver=3.4.2' type='text/css' media='all' />
That will then let the browser choose to use either HTTPS or HTTP, which ever is appropriate. You can use this same format for Javascripts and images.