-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed Content warning when serving over HTTPS #70
Comments
@skube this weird, since the protocol for serving images from Cloudinary relies on the You can force the SDK to use HTTPS by providing the
See full example here - https://codepen.io/eitanp461/pen/pOZwJe. You can find a complete list of supported configuration parameters here - https://cloudinary.com/documentation/solution_overview#configuration_parameters |
I added the
|
Hello, we noticed the same issue just today with v1.1.0. |
@ronnyhaase did you try the solution above? |
Yes I did, @strausr and it works. |
The problem for us is that we do SSR which does not have access to |
Just curious, I'm seeing a Mixed Content warning in Chrome Dev Tools Console:
How does one force
https
when using this component?The text was updated successfully, but these errors were encountered: