This is a collection of reports about email delivery process concerning a message you originated: <smtp ipebio15.ise.pw.edu.pl [EMAIL PROTECTED] 1284>: ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|39890]: Connection timed out) Following is a copy of MESSAGE/DELIVERY-STATUS format section below. It is copied here in case your email client is unable to show it to you. The information here below is in Internet Standard format designed to assist automatic, and accurate presentation and usage of said information. In case you need human assistance from the Postmaster(s) of the system which sent you this report, please include this information in your question! Virtually Yours, Automatic Email delivery Software Reporting-MTA: dns; elektron.elka.pw.edu.pl Arrival-Date: Wed, 18 Jul 2001 22:00:17 +0200 Original-Recipient: rfc822;[EMAIL PROTECTED] Final-Recipient: RFC822;[EMAIL PROTECTED] Action: failed Status: 5.4.1 (TCP/IP-connection failure) Diagnostic-Code: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|39890]: Connection timed out) Remote-MTA: dns; ipebio15.ise.pw.edu.pl (194.29.161.106|25|194.29.160.2|39890) Last-Attempt-Date: Sun, 22 Jul 2001 05:05:48 +0200
Reporting-MTA: dns; elektron.elka.pw.edu.pl Arrival-Date: Wed, 18 Jul 2001 22:00:17 +0200 Original-Recipient: rfc822;[EMAIL PROTECTED] Final-Recipient: RFC822;[EMAIL PROTECTED] Action: failed Status: 5.4.1 (TCP/IP-connection failure) Diagnostic-Code: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|39890]: Connection timed out) Remote-MTA: dns; ipebio15.ise.pw.edu.pl (194.29.161.106|25|194.29.160.2|39890) Last-Attempt-Date: Sun, 22 Jul 2001 05:05:48 +0200
Interesting... I now compiled the exact same code on a different machine, and it works. Tried compiling on a third machine, doesnt work. All three machines claim to have 0.9.6. heh I'm very confused. -----Original Message----- From: Shaughnessy, Ian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 12:22 PM To: '[EMAIL PROTECTED]' Subject: Error in loading CA file Hi - I recently uncovered a bug in my code, where after I load a .pem CA file with SSL_CTX_load_verify_locations() only the top certificate in the file was loaded. This is a multiple cert .pem file, with the standard root CA's. Here is the snippet of code: /* Load the CAs we trust*/ if( !( SSL_CTX_load_verify_locations( ctx, CAFILE , NULL ) ) ) { berr_exit( "Couldn't read CA list" ); } With my certs in the form of: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- I have 13 or these certs in the .pem file. So why is it only loading the first one? I have tried switching in new .pem files, changing the order of the certs, and always the same result. Only the first one is loaded. I am using openssl 0.9.6 by the way. Thanks. :) -Ian ______________________________________________________________________ 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]