Re: Net::SSLeay fails in mod_perl 1.29 - works from the shell

2004-11-30 Thread David Oberlitner
Perrin Harkins wrote: On Sun, 2004-11-28 at 23:19 -0700, David Oberlitner wrote: Hi, The following code: use Net::SSLeay qw(post_https make_form); my ($page, $response, %reply_headers) = post_https('ssl.aspidon.net', 443, '/test.html', '', make_form(var1 =>

Net::SSLeay fails in mod_perl 1.29 - works from the shell

2004-11-28 Thread David Oberlitner
Hi, The following code: use Net::SSLeay qw(post_https make_form); my ($page, $response, %reply_headers) = post_https('ssl.aspidon.net', 443, '/test.html', '', make_form(var1 => 'one', var2 => 'two' )); print "$response\n"; When executed in mod_perl yields this error: response : HTTP/1.0 900 N