I'm using uploacare-rails. I found that your url helper returns http URL, instead of https

To fix this, set the URL helper to return HTTPS by adding

static_url_base: "https://ucarecdn.com"

in the uploadcare.yml file.