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

Any ideas?

Regards,
Stéphane

CommentFileSizeAuthor
o1.octopus.cnf_.txt960 bytesChipie
barracuda_log.txt838 bytesChipie
octopus_log.txt439 bytesChipie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

omega8cc’s picture

Status: Active » Postponed (maintainer needs more info)

Not sure, but try to add in this site local.settings.php this:

if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
  header('X-Accel-Expires: 0');
}

Also, is this Drupal 7 or Drupal 6 core?

How is your HTTPS configured? Per our how-to? You should include more details.

Chipie’s picture

It's a vanilla installation from the Drupal 7 prod platform.

I' am using the builtin HTTPS configuration with an wildcard ssl cert.

I have modified the local.setting.php as you suggested, but the the problem still remains.

If you want, you can test it here:

https://d7.dev1.liveloop.de/node/add/article

(U: test / P: test)

omega8cc’s picture

Status: Postponed (maintainer needs more info) » Active

Indeed, it just doesn't work over HTTPS. Not sure why, to be honest.

omega8cc’s picture

Title: Porgress bar of FileField Nginx Progress does not work with ssl » Progress bar of FileField Nginx Progress does not work with ssl
Version: » 6.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)

I'm afraid it is not possible to fix this when SSL is working in a proxy mode, but feel free to continue debugging on https://github.com/omega8cc/boa/issues if needed.