eexit / ghost-storage-cloudinary

:rocket: A fully-featured and deeply tested Cloudinary Ghost storage adapter

Home Page:https://ghost.org/integrations/cloudinary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL warning

hainam8x opened this issue · comments

Hello,

When using ghost-storage-cloudinary as default storage adapter, the image url automatic use "http" instead of "https" and that create warning in Firefox and Chrome about the security of pages.
Is there anyway that we can config the link will be "https" automatically?

Thank you.
Here is some picture about the issues
ssl warning
ssl warning 2

I found the configuration, it is in
fetch.secure = false set to true
if you want to serve images over SSL
Thank you