Same here. It looks like the plugin pulls images via this URL:
http://cdn-images-1.medium.com/
The fix could be to pull images from this URL:
//cdn-images-1.medium.com/
(Just “//” instead of “http://”)
Plugin Author
acekyd
(@acekyd)
I’d make the fix asap. Thank you!!! @redredweb @apollollc
Plugin Author
acekyd
(@acekyd)
Please check the latest patch for the fix. Thank you
Hey @acekyd, the fix is so, so close … it removes all SSL errors _except_ when there’s a post without an image. Then the plugin loads this image over a non-https connection:
View post on imgur.com
So the fix might be to load that image like so:
//i.imgur.com/p4juyuT.png
-
This reply was modified 7 years, 9 months ago by
Joe Westcott.
Plugin Author
acekyd
(@acekyd)
Oh I missed that… Thanks @redredweb