RE: HTTP-Post and OpenSSL

2000-01-31 Thread Reiner Buehl
Hi, I had no problems using LWP::UserAgent and Crypt::SSLeay for HTTPS-Post. You just have to apply a small patch to LWP if you have to use a proxy for your https connection but then everything works fine. The only thing I did not (yet) get to work is SSL with client authentication using client

Re: HTTP-Post and OpenSSL

2000-01-28 Thread Jeffrey Altman
> Hi there, > > I've tried to install Crypt::SSLeay and also > Net:SSleay - both attempts failed. > Is it possible at all to use them together with > the latest version of openssl? > > I wanted to use them to generate > HTTPS-POST-messages. > Are there other solutions available? I hope to have