melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

404 status for /daguerre/adjust/ on HTTPS connections only #109

Closed int-ua closed 5 years ago

int-ua commented 5 years ago

{% adjust person.photo 'fit' width=200 %} works but as soon as I change it to {% adjust person.photo 'fit' width=200 'crop' height=200 %} it returns 404 status. What am I doing wrong? Update: the problem appears with all thumbnails that were not generated yet. Generation works only on HTTP and after that thumbnails work on HTTPS too.

int-ua commented 5 years ago

I was a problem with our web server config.