[BangPypers] How to create HTTPS Proxy server

Nikunj Badjatya nikunjbadjatya at gmail.com
Sat Oct 8 07:25:00 CEST 2011


Deepak,

Can you give some info.
* Like which platform ( linux, windows ) you creating your proxy server.?
* Which 3rd party tools you using .? Like apache etc.

Not sure about Python based tools but I have done one similar configuration
few months back.
Apache server may help you. Just google for "Apache forward proxy".
You just need to configure httpd.conf file.







On Fri, Oct 7, 2011 at 6:31 PM, deepak gupta <dg288_mits at yahoo.co.in> wrote:

> Hi All,
>
> Do any one know , how to create reverse proxy server over HTTPS?
>
> We want to create one HTTPS proxy server:
>
> 1. Proxy server (192.168.1.1) : HTTPS port (8000) binding on this server
> and user will access this server and browse some url's.for ex
> https://192.168.1.1:8000/xyz
> 2. This (proxy) server 192.168.1.1 will talk to another web server actual
> backend server (192.168.1.2: 8000) over HTTP/HTTPS . HTTPS proxy server
> will forward the request to the backend server and get back the response and
> then return to client browser.
>
> We have created but it is hanging and sometime not returning full data.If
> anyone knows any stable proxy server over HTTPS then please let me know.
>
> Thanks,
> Deepak
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list