Replies: 4 comments 7 replies
|
I understand there is no version negociation, so the protocol version needs to be specified in the configuration, so instead it'd be something like |
|
I just pushed to branch It seems to work with Apache by adding I'm interested in feedback! |
|
Hi! Thank you for this awesome software. I wonder if this option can be added into the command line parameters. Right now I'm using Thank you in advance! |
|
Hello @deividxyz , can you not pass a configuration file to your Docker? |
Uh oh!
There was an error while loading. Please reload this page.
Splitting from #482
Ok, there actually is a library that implements it (https://github.com/kosmas-valianos/libproxyprotocol).
I guess it could be useful to have:
protocolssection:that way the downstream process is aware of the client IP.
listensection:Here we'd have a "raw" connection on port 443, while 444 would expect a proxy_protocol header. This would change sslh's behaviour in two ways:
It might also be possible to use the client IP connection as transparent proxy source IP for downstream connections that wouldn't support proxy_protocol, but I'm not sure.
All reactions