RE: SSL interface for HTTPS within LWP

2003-11-12 Thread LeFevre, Ken
Haroon: Try installing from one of the two sites listed below, depending on the version of perl that you're running. It got me working and made the 'Failed: 501 Protocol scheme 'https' is not supported' error go away. Ken If you have version 5.8,type install http://theoryx5.uwinnipeg.ca/ppms/

RE: can't find ssleay.dll

2003-11-06 Thread LeFevre, Ken
nhill [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:55 PM To: LeFevre, Ken Cc: '[EMAIL PROTECTED]' Subject: RE: can't find ssleay.dll If you're using Active State Perl, go to the command line, type 'ppm' (Perl Package Manager). If you have version 5.8,ty

can't find ssleay.dll

2003-11-06 Thread LeFevre, Ken
I have an application that is accessing a site using a secure socket (https) connection. It works great on my machine, where I have perl installed. When I distribute the perlapp-produced executable it fails with the message that it can't find SSLeay.dll. I searched the registry on my machine

ppm_dat

2003-11-06 Thread LeFevre, Ken
I have managed to lose the file ppm_dat. Now, when I invoke ppm, I get the following: Failed to load PPM_DAT file Can't use an undefined value as a SCALAR reference at c:/Perl/site/lib/PPM.pm line 1636, line 40. Where can I get PPM_DAT and where does it go? I'm running perl 5.6.1, build 631 u

$ENV{PERL_LWP_USE_HTTP_10} & perlapp

2003-11-05 Thread LeFevre, Ken
I have written a script that uses LWP to talk to a servlet via HTTP. I have also installed Crypt-SSLeay from http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay.ppd (I'm using perl 5.6.1, build 631). The script works great when I run it in the debugger. When I try to compile it using perlap

RE: https

2003-10-20 Thread LeFevre, Ken
Gisle: That was exactly what I needed. Thanks! Ken -Original Message- From: Gisle Aas [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 5:04 AM To: LeFevre, Ken Cc: [EMAIL PROTECTED] Subject: Re: https "LeFevre, Ken" <[EMAIL PROTECTED]> writes: >

https

2003-10-17 Thread LeFevre, Ken
I'm trying to use ActiveState on Windows 2000 to access an https page. I don't have Crypt::SSLeay installed. I checked out the Active State site and found that they don't yet have a download for it. Does anyone know where I could get a version of this library or any other that would work with