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: $response\n";
Yields this error when executed in mod_perl 1.29:
response : HTTP/1.0 900 NET OR SSL ERROR
SSL_connect 8810: 1 - error:140D308A:SSL routines:TLS1_SETUP_KEY_BLOCK:cipher or hash unavailable
When executed from a shell on the same system it works.
I am hopeful that someone can give me a pointer as to what may cause the error in a mod_perl environment.
Thanks,
David ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
