Proxy server on windows with SSL encrypted exchange with client

Posted by Syffys on Server Fault See other posts from Server Fault or by Syffys
Published on 2013-11-04T14:19:33Z Indexed on 2013/11/04 15:57 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

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!

© Server Fault or respective owner

Related posts about Windows

Related posts about ssl