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
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
> 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
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
very nice job!
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
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
*/
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:
>
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
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