When I upload a file with https, the progesbar of FileField Nginx Progress does not change.

Any ideas?

Regards,
Stéphane

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Are you sure it works without SSL?

Mine wasn't working with or without SSL, but as soon I got it working working without SSL it was also working fine with SSL.

So from my experience there is nothing about SSL that would prevent it working, as long as you're Nginx config is setup to track_uploads in the correct places.

Chipie’s picture

How did you get it working?

MustangGB’s picture

MustangGB’s picture

For my own sanity thought I'd post this titbit here as I couldn't find it mentioned anywhere and I spent a few hours debugging this issue myself, the webserver must be able to resolve the domain you're using to access it remotely to itself, so essentially ensure DNS is setup correctly to point to the server serving the site and upload progress, or get a hosts file entry added on the server in question to achieve the same goal.