Closed BenDevelopment closed 7 years ago
Probably request.is_secure()
returns False
instead of True
in your installation?
(Maybe set SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTOCOL', 'https')
?)
Yes the problem comes from this. It doesn't works in my case but I guess I have a problem with my server configuration. My problem is described here: http://stackoverflow.com/questions/43189444/cannot-activate-https-links-with-django-and-nginx But this is not a django-versatileimagefield problem, I close the issue.
Thank you for your help !
Hi,
Thank you for your work, that's a good plugin!
I have a question about URLs, how can I say versatileimagefield to use HTTPS instead of HTTP in the returned URLs?