Transparent usage of sslh #542
Closed
reinerotto
started this conversation in
General
Replies: 1 comment
|
Probably my fault, because of missing libcap-dev during compile. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
On my web-server (https), sitting behind sslh, I need to get the clients IP.
Thus, I looked into sslh transparent functionality, which is similar to TPROXY ops of xray or hev-socks5-tproxy.
After implementation according to "https://github.com/yrutschle/sslh/blob/master/doc/simple_transparent_proxy.md"
in the logs of my web server (lighttpd) now I see 192.168.255.254 as src IP.
Unfortunately, this does not bring me any further.
If this is to be expected, I suggest, you might clarify it in the docs, as it contradicts "transparent" in my understanding.
All reactions