RE: simple server with using openssl

2012-10-07 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Matthias Apitz > Sent: Sunday, 07 October, 2012 02:36 > El día Saturday, October 06, 2012 a las 01:37:06PM -0400, > Indtiny s escribió: > > > Hi, > > Thanks for the information .. I get the server part from > the this link > > http://www.rtfm

Re: simple server with using openssl

2012-10-07 Thread Indtiny s
Hi, Thanks.. I tried that it works ... Now let me know how to use it for my application .. I need a very simple webserver which receive the* https post and ge*t request from any *external client* . and provide proper response to the client .. In my application maximum clients would be two .

Re: simple server with using openssl

2012-10-06 Thread Matthias Apitz
El día Saturday, October 06, 2012 a las 01:37:06PM -0400, Indtiny s escribió: > Hi, > Thanks for the information .. I get the server part from the this link > http://www.rtfm.com/openssl-examples/ > I started the server but I am getting the following error when I am trying You did not say exactly

Re: simple server with using openssl

2012-10-04 Thread Mithun Kumar
have a look at this thread https://groups.google.com/forum/?fromgroups=#!topic/mailing.openssl.users/-t7KRH-8phs Since this is not related to dev i have removed openssl-dev from list. On Thu, Oct 4, 2012 at 10:14 PM, Indtiny s wrote: > Hi, > > I need a TLS security based server which can h