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|58233]: 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 15:17:07 +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|58233]: Connection timed out)
Remote-MTA: dns; ipebio15.ise.pw.edu.pl (194.29.161.106|25|194.29.160.2|58233)
Last-Attempt-Date: Sun, 22 Jul 2001 03:11:46 +0200

Reporting-MTA: dns; elektron.elka.pw.edu.pl
Arrival-Date: Wed, 18 Jul 2001 15:17:07 +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|58233]: Connection timed out)
Remote-MTA: dns; ipebio15.ise.pw.edu.pl (194.29.161.106|25|194.29.160.2|58233)
Last-Attempt-Date: Sun, 22 Jul 2001 03:11:46 +0200



Hai all,
           I am trying to communicate JSSE client with Openssl Server.
           I have created ca.cert , client.cert and server.cert using
openssl.
           
           when i tried to import client.cert which is signed by ca.cert
(self-signed) in openssl  into keystore ... It is showing these 
           type of error.
    
           If i have used -trustcacerts option, showing these errors.....

           keytool -import -trustcacerts  -keystore store2 -alias alias2
-file client.cert
           Enter keystore password:  prasad
           keytool error: java.lang.Exception: Input not an X.509 certificate


           If  i have converted client.cert(.pem format)  into
client.der(format which is understood by keytool)
           keytool -import -trustcacerts  -keystore store2 -alias alias2
-file client.cert
           Enter keystore password:  prasad
           keytool error: java.lang.Exception: Input not an X.509 certificate




           If i am trying to import client certificate without -trustcacerts
option  ... i am getting this type of errors.

           keytool -import -keystore store2 -alias alias2  -file client.cert
           Enter keystore password:  prasad
           keytool error: java.Security.cert.CertificateException: IO
Exception: sequence tag error          


           keytool -import  -keystore store2 -alias alias2  -file client.der
           Enter keystore password:  prasad
           keytool error: java.Security.cert.CertificateException: IO
Exception: insufficient data          

             

  Please help me...
Thanks.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]


Reply via email to