Crypt-SSLeay - Re: Problem downloading files

Posted on Tue Jan 30 13:03:21 2007 by grinder in response to 1762 (See the whole thread of 3)
Re: Problem downloading files

Crypt-SSLeay uses a number of environment variables to control its behaviour. Could it be that when run from the shell, the appropriate environment variables are set, but not when run from cron?

At the beginning of your program, add the following snippet to dump the environment table:

print "$_: $ENV{$_}\n" for sort keys %ENV;

and compare the results when run from the command line and when run from cron.

Regards,
the current maintainer of Crypt-SSLeay

Write a response