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 :(
Asked
Active
Viewed 465 times
2 Answers
4
Yes! You just need to use a different base domain name:
You can use
https
forucarecdn.com
domain. This feature is experimental:
https://ucarecdn.com/:uuid/
Please note, we do not supporthttps
forwww.ucarecdn.com
domain as well ashttp
forucarecdn.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.
-
1Looks 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