SSL Support with Cloudinary Ruby Gem and Carrierwave
I'm sure I'm missing something obvious but I can't seem to figure out how to force the Cloudinary ruby gem to serve images over HTTPS rather than HTTP?
This is only an issue when uploading images to Cloudinary through Carrierwave. If we grab a facebook/twitter profile picture it'll be served over HTTPS. We're also using Carrierwave to upload directly to S3 (completely skipping out Cloudinary) and all of those assets are being served over HTTPS as well which makes me think it's a Cloudiary config I'm missing?
0
-
Figured out that you have to pass "secure: true" into the url helper! Oops!
0
Post is closed for comments.
Comments
1 comment