I have been using stunnel for a while with great success, only one minor issue, I am using stunnel for my http server and it ALWAYS logs traffic as coming from the stunnel IP rather than the IP address it is really coming from, is there a way around this?
On Sat, 24 Sep 2005, Alaric Dailey wrote:
I have been using stunnel for a while with great success, only one minor issue, I am using stunnel for my http server and it ALWAYS logs traffic as coming from the stunnel IP rather than the IP address it is really coming from, is there a way around this?
Check out the transparent proxy mode, it's a service-level option. It will only work under Unix. Never tried it though:
http://www.stunnel.org/faq/stunnel.html#servicelevel_options
Jan
Jan Meijer wrote:
On Sat, 24 Sep 2005, Alaric Dailey wrote:
I have been using stunnel for a while with great success, only one minor issue, I am using stunnel for my http server and it ALWAYS logs traffic as coming from the stunnel IP rather than the IP address it is really coming from, is there a way around this?
Check out the transparent proxy mode, it's a service-level option. It will only work under Unix. Never tried it though:
http://www.stunnel.org/faq/stunnel.html#servicelevel_options
Jan
This would probably work, if I weren't running on windows.. is there chance of a patch being developed for windows?
On Sat, 24 Sep 2005, Alaric Dailey wrote:
This would probably work, if I weren't running on windows.. is there chance of a patch being developed for windows?
Ask Mike, I'm an intelligent deployer, not a developer.
Jan
"Alaric Dailey" alaricd@pengdows.com wrote:
This would probably work, if I weren't running on windows.. is there chance of a patch being developed for windows?
AFAIK implementing transparent proxy on Windows would require to overwrite Winsock DLLs with a custom wrapper. I don't think it's a good idea and I'm not going to do that (unless a wealthy sponsor induce me to change my mind).
Best regards, Mike
On Mon, 26 Sep 2005, Michal Trojnara wrote:
"Alaric Dailey" alaricd@pengdows.com wrote:
This would probably work, if I weren't running on windows.. is there chance of a patch being developed for windows?
AFAIK implementing transparent proxy on Windows would require to overwrite Winsock DLLs with a custom wrapper. I don't think it's a good idea and I'm not going to do that (unless a wealthy sponsor induce me to change my mind).
I'd change my stunnel server to Linux ;).
Jan