Ask a Question related to PERL Modules, Design and Development.
-
Zorba #1
LWP::UserAgent and Crypt::SSLeay question
Hi,
I need help in modifying a LWP script that I wrote a while ago that use
https, cookie and accept client redirection.
Now, I need to make it to use client SSL certificate - similar with an IE
browser.
This certificate is an in-house generated cert so I may need also the client
to check or know about or Root CA...
Is anyone here that can point me to the right direction and/or provide some
samples?
Thank you,
Zorba
Zorba Guest
-
Crypt::SSLeay + OpenSSL 0.9.8
IRC #news (yeah!) drawed my attention to * rssbot Crypt::SSLeay - http://annocpan.org/~CHAMAS/Crypt-SSLeay-0.51/SSLeay.pm#note_963 which... -
Explicitly telling LWP::UserAgent where Crypt::SSLeay is
I had to change the first couple lines of Crypt::SSLeay to the following so that it could find its .so file (I'm working in the user directory of a... -
Novice having problems with Crypt::SSLeay
I'm trying to write script that will access a site that requires a "User Name" and "Password". Instead of getting the source code of the site I call... -
LWP with Crypt::SSLeay or Net::SSLeay with OpenSSL v0.97c hanging( 500 read timeout )
Hello, I do not know if this should go to this list or the OpenSSL list. It sounds like a OpenSSL bug, but maybe someone can verify. -
Crypt::SSLeay
I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the documentation says that Activestate has a compiled version available... -
Stephan Titard #2
Re: LWP::UserAgent and Crypt::SSLeay question
Have a look to the openssl docs. There are bindings for it in perl.
(but I think Crypt::SSLeay must be able to handle client certificates...)
Zorba wrote:
> Hi,
>
> I need help in modifying a LWP script that I wrote a while ago that use
> https, cookie and accept client redirection.
>
> Now, I need to make it to use client SSL certificate - similar with an IE
> browser.
>
> This certificate is an in-house generated cert so I may need also the client
> to check or know about or Root CA...
>
> Is anyone here that can point me to the right direction and/or provide some
> samples?
>
> Thank you,
>
> ZorbaStephan Titard Guest



Reply With Quote

