3

I upload my images using Uploadcare widget embedded in CKEditor, but my pages are https and I get browser warning because images are received over plain http. Tried to manually replace http with https in Uploadcare url, but that doesn't seem to work :(

Fedor
  • 1,392
  • 1
  • 17
  • 30

2 Answers2

4

Yes! You just need to use a different base domain name:

You can use https for ucarecdn.com domain. This feature is experimental:
https://ucarecdn.com/:uuid/

Please note, we do not support https for www.ucarecdn.com domain as well as http for ucarecdn.com.

admdrew
  • 3,790
  • 4
  • 27
  • 39
4

You can configure widget to use the HTTPS domain (ucarecdn.com) via the UPLOADCARE_CDN_BASE setting.

Please note, if you are using Instagram as a source, some images will be loaded over HTTP, because Instagram doesn't have HTTPS for it's images.

admdrew
  • 3,790
  • 4
  • 27
  • 39
homm
  • 2,102
  • 1
  • 16
  • 33
  • 1
    Looks like Instagram [*may* soon support HTTPS](http://www.theinquirer.net/inquirer/news/2357779/instagram-to-use-https-following-discovery-of-gaping-security-hole-in-ios-app). – admdrew Oct 07 '14 at 19:54