pkrumins / nodejs-proxy

A HTTP proxy server written in node.js
http://www.catonmat.net/http-proxy-in-nodejs
413 stars 129 forks source link

HTTPs support #19

Closed yadutaf closed 12 years ago

yadutaf commented 12 years ago

Hi pkrumins !

Me again. I added minimal https support in reverse proxy. It automatically encrypts all data between the client and the reverse proxy but does not try to reach the remote sever securely (yet).

As the server is initiated with the certificate attached on the IP and not on the VHOST, the certificate has to be valid for all reachable urls.

Hope you like it...

pkrumins commented 12 years ago

looks great! thanks a lot!