Re: a task that I'm sure someone has solved

1999-09-29 Thread Sampo Kellomaki
Craig Idler <[EMAIL PROTECTED]> writes: > Hi - > > I would like to use the OpenSSL library with an application to send > http method requests to a ssl enabled web server. In addition, I must > be able to interact with the server to provide user:password > information. > > Has someone done som

Re: a task that I'm sure someone has solved

1999-09-28 Thread Andrew W. Gray
boy rich arent we getting cynical in our old age I'll drop you a line tomorrow to see what's up - as I've been lying really low - had to for what i'm doing Andrew ex OSF'er - i refuse to recognise the open group. __ OpenSSL Pro

RE: a task that I'm sure someone has solved - server authentication

1999-09-28 Thread Ben Wooller
> I've doing the same task, and have found it easiest using the > simple client > example in the demos\ssl directory - s_client is reasonably > complex for what > is a reasonably simple task. me too... > What I don't understand is how to authenticate the server > once the secure > connection

RE: a task that I'm sure someone has solved

1999-09-28 Thread Salz, Rich
Arrgh, sorry. Consider this a request to stop putting Reply-To! -Original Message- From: Salz, Rich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 28, 1999 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: a task that I'm sure someone has solved

RE: a task that I'm sure someone has solved

1999-09-28 Thread Salz, Rich
very nice job! __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: a task that I'm sure someone has solved

1999-09-28 Thread Ng Pheng Siong
On Mon, Sep 27, 1999 at 01:48:03PM -0600, Craig Idler wrote: > I would like to use the OpenSSL library with an application to send > http method requests to a ssl enabled web server. In addition, I must > be able to interact with the server to provide user:password > information. Hi, I assume y

RE: a task that I'm sure someone has solved - And a newbie question to boot!

1999-09-28 Thread Ian Brennan
*/ tells me I'm missing something. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Holger Reif Sent: Tuesday, September 28, 1999 7:39 AM To: [EMAIL PROTECTED] Subject: Re: a task that I'm sure someone has solved Craig Idler schrieb: >

Re: a task that I'm sure someone has solved

1999-09-28 Thread Pete Chown
Craig Idler wrote: > Has someone done something like this in the past? It seems an ssl enabled > telnet program could do this. It's so easy to use basic telnet talking to port > 80, but using something that communicates with port 443 is a different story. Try "openssl s_client". This is similar

Re: a task that I'm sure someone has solved

1999-09-27 Thread Holger Reif
Craig Idler schrieb: > > Hi - > > I would like to use the OpenSSL library with an application to send > http method requests to a ssl enabled web server. openssl s_client utility can do this. But you need to craft the HTTP Request by hand (that shouldn't be to hard) > In addition, I must > be