Re: [BangPypers] + SSL Error , while making HTTPS server

2011-10-15 Thread Senthil Kumaran
On Sat, Oct 15, 2011 at 02:24:08PM +0530, deepak gupta wrote: > 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('dh

[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