Proxy server on windows with SSL encrypted exchange with client
- by Syffys
I want to set up a classic proxy server (HTTPS, HTTPS, SSH, FTP, etc...) on a windows platform, but I need the following features:
password authentication for clients
data exchanged between clients and server to be SSL encrypted
I've been trying to set this up various application to get this result, but without success so far:
Squid for windows
ccproxy
wingate
Alternatively, an other solution would be an HTTP SSL tunnel encapsulating an unencrypted proxy connection between clients and the server.
I've spent a lot of time without any result so far, so I'm wondering if anyone faced this kind of issue.
Thanks in advance!