-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When TLS is enabled recieved and size are always the same #37
Comments
@Vespasian, I quickly read you log searching for "upload", and I couldn't find any spot where the upload is actually posted to nginx. There are indication that some older uploads are being deleted from the known upload database, but nothing about new uploads. Can you check your whole configuration to make sure you have debug enabled everywhere it's needed? |
I'll create a minimal configuration, which provokes the bug, later this week and send you the logs once I manage to find something about the start of the upload in them. |
@Vespasian would you have a log file showing the problem with and without TLS activated? |
This isn't TLS specific, as I was able to reproduce it without TLS enabled. |
After I setup TLS for my website the size and the recieved field in the reported progress are always the same (the correct size of the uploaded file). I tested it with large files to make sure the upload doesn't finish to early
The state still changes from uploading to done once the upload finishes.
Using standard unencrypted http everything works as expected.
I configure TLS with the following directives
A debug session for one file upload is here
https://gist.github.com/Vespasian/d2214d1c25544510f58d
If you need anything feel free to contact me by mail or in this issue. Thanks for your great work on this module
The text was updated successfully, but these errors were encountered: