[BangPypers] + SSL Error , while making HTTPS server

2011-10-15 Thread deepak gupta
Hi All,   I am getting  no OPENSSL_Applink while creating context for HTTPS server, It occur in the line  'ctx.set_tmp_dh('dh1024.pem')'. Do any one knows why this error occured and what will happen if I will comment 'ctx.set_tmp_dh('dh1024.pem')' line and proceed.   2nd problem is I am getting

[BangPypers] How to create HTTPS Proxy server

2011-10-07 Thread deepak gupta
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

[BangPypers] [JOB-Commercial] -- Openings at Bangalore

2011-06-07 Thread deepak gupta
Hi All,   Total opening in DMX Technology : 10 ,Domain : IT Infra structure Management (NMS/EMS/Network Security/ITIL V3 ServiceDesk/BSS/CMS etc.)   Python Developer : 1-3 Yr Exp. ,  Knowledge of core libraries, APIs, wrappers Django Developer ( Not just Python). Very Good Knowledge of Ajax

[BangPypers] Opening in Bangalore

2011-06-07 Thread deepak gupta
Hi All,   Total opening in DMX Technology : 10 ,Domain : IT Infra structure Management (NMS/EMS/Network Security/ITIL V3 ServiceDesk/BSS/CMS etc.)   Python Developer : 1-3 Yr Exp. ,  Knowledge of core libraries, APIs, wrappers Django Developer ( Not just Python). Very Good Knowledge of Ajax

Re: [BangPypers] [Pythonmac-SIG] .exe r .dmg install

2009-09-12 Thread deepak gupta
Well if i am not wrong you are asking abt , How to call installer file through Python.   If i got it right then , You can directly use os.system(filepath\filename Any Switch) For silent installation , you have to pass switch,if installer supports.If you want intractive installation then just

[BangPypers] How to send 1 GB Zip file to some remote machine using HTTP/HTTPS?

2009-09-10 Thread deepak gupta
Hi All,   How to send 1 GB Zip file to some remote machine using HTTP/HTTPS?   As of now : I am running a http listner in to remote machine. I want to copy a file from local system to the remote machine where my HTTP/HTTPS Listner is running. Currently i am comressing the file, then reading the

Re: [BangPypers] How to send 1 GB Zip file to some remote machine using HTTP/HTTPS?

2009-09-10 Thread deepak gupta
at 11:01 PM, deepak gupta dg288_m...@yahoo.co.in wrote: [..] Please mention if i can do it by using some other protocol. [..] Perhaps you should consider something more tuned to handle file transfers like rsync or even just sftp/scp. Is there a reason you *have* to use HTTP? -- ~noufal http

Re: [BangPypers] How to send 1 GB Zip file to some remote machine using HTTP/HTTPS?

2009-09-10 Thread deepak gupta
: Thursday, 10 September, 2009, 11:19 PM On Thu, Sep 10, 2009 at 11:16 PM, deepak gupta dg288_m...@yahoo.co.in wrote: Hi Noufal, Thanks for your quick reply. Actually at remote site we can not open the other ports except 443. thats why i am using HTTPS for this. I don't know exaxtly, how to use