-
|
After updating copyparty, I got those errors when trying to upload a file: For context, copyparty is behind a reverse proxy which handle the HTTPS connection. Copyparty is connected via HTTP to the reverse proxy (same VM, with a private container network, so https would be a pure waste of resources with no added securty) Because yes, there is a protocol mismatch, but no, it's not an error. (having a reverse-proxy to exit a VM is pretty common). And for reference, the other question is about the reverse of this situation. Nginx correctly reports that the connection is with https. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
the reverseproxy is sending what's your config? are you getting any other warnings/errors? |
Beta Was this translation helpful? Give feedback.
this header is not being sent from your reverseproxy, so this is why it is not working. The default value is
X-Forwarded-Forso removing the line fixes it. Where did this come from?