On Thu, 15 Apr 2010 04:59:10 +0200 MichaĆ (JabLuszko) Karwowski <[email protected]> wrote:
Hi, > Can you try adding the ca.pem/crt (from StartSSL.com/certs) before the > sub.class1.ser~ > > cat myssl.pem ca.pem sub.class1.server.ca.pem > ssl_final.pem > > Maybe your chain is incompleted and GAJIM is showing some strange > error (Try Psi, it's better for debuging I guess). > I tried in this way too but i get the similar result. The only way to let it working is to remove verify-mode, so that i have the option to add an invalid certificate. The steps i'm following are: $ openssl req -new -x509 -newkey rsa:1024 -days 3650 -keyout privkey.pem -out server.pem $ openssl rsa -in privkey.pem -out privkey.pem cat privkey.pem >> server.pem cat server.pem ca.pem sub.class1.server.ca.pem > ssl_final.pem regards Salvatore -- To unsubscribe send a mail to [email protected]
