Del Simmons wrote: > > Ok, got past that one.. OpenSSL was looking for the certs.pem file where > it didn't exist.. copied that over to the proper location and this > problem was fixed.. Now I have hit an even uglier snag.. ... > SSL_connect:SSLv3 write change cipher spec A > SSL_connect:SSLv3 write finished A > SSL_connect:SSLv3 flush data > SSL_connect:SSLv3 read finished A > 500 (Internal Server Error) read failed: > Net::SSL::die_with_error('Net::SSL=GLOB(0x356870)', 'read failed') > called at /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/Net/SSL.pm line > 211
If its working on Linux, but not Solaris, I would make sure that your versions of openssl & Crypt::SSLeay are exactly the same. If they are, I don't know why they would behave differently. Check that your perl versions are the same too. The former problem tends to be more relevant in case you linked to an older version of OpenSSL before on one box, and though you might have installed the latest OpenSSL, Crypt::SSLeay is still using the old one. --Josh ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]