Can Uploadcare CDN be accessed via https?

I am uploading my images using the Addcare widget built into CKEditor, but my pages are https and I am getting a browser warning because the images are being served over plain http. Tried to manually replace http https with url Uploadcare but that doesn't work :(

+3


source to share


2 answers


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



You can use https

for a domain ucarecdn.com

. This feature is experimental:
https://ucarecdn.com/:uuid/



Please note: we do not support https

for domain www.ucarecdn.com

as well as http

for ucarecdn.com

.

+4


source


You can configure the widget to use the HTTPS domain ( ucarecdn.com

) using the parameter UPLOADCARE_CDN_BASE

.



Please note, if you are using Instagram as a source, some images are uploaded over HTTP because Instagram does not have HTTPS for images.

+4


source







All Articles