Thanks, for your help. I will have to try it out when I get a chance, as a higher priority job has been assigned to me. On 23 Dec 2001 at 20:43, Joshua Chamas wrote:
> [EMAIL PROTECTED] wrote: > > > > I made sure Crypt::SSLeay was installed. > > ppm -query yields Crypt-SSLeay [0.17.1] > > > > the script looks like this: > > > > use LWP::UserAgent; > > > > $ENV{HTTPS_VERSION} = '3'; > > $ENV{HTTPS_CERT_FILE} = 'd:\certs\mycert.pem'; > > $ENV{HTTPS_KEY_FILE} = 'd:\certs\mykey.pem'; > > $ENV{HTTPS_CA_FILE} = 'd:\certs\server.pem'; > > > > If this means that you have version .17 of Crypt::SSLeay installed, > then your HTTPS_CA_FILE config won't be picked up. Support for this > was added in version .29 of the module looks like. You can > ask ActiveState to compile this version of the module for you for > your perl build version if they haven't already. > > Also, be sure to use the ./lwp-ssl-test script with the -d > option when debugging for the first time with Crypt::SSLeay, > the magic here is setting: > > $ENV{HTTPS_DEBUG} = 1; > > in your script to get debugging output. This option was > added in version .31 of the module. > > --Josh > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]