SSL handshake failed - 14090086 and 14095412

2007-02-28 Thread caplechu
Hello, I have an application that use SSL protocol, for this we have made a test certificate with Verisign and we have installed the CA Certificate, the private key and the public certificate in the server. We use Vitria that inside runs on Java. When we try to connect to it from IE or Mozilla a

Re: Problems with ciphers (handshake failure)

2007-01-12 Thread caplechu
Marek Marcola wrote: > > Hello, >> I am having problems using a certificate created with OpenSSL. I have >> created a PEM certificated with its private key using the next commands: >> - openssl genrsa -des3 -out Privatekey.pem 1024 >> - openssl req -new -x509 -key Privatekey.pem -out MyCertifica

Problems with ciphers (handshake failure)

2007-01-11 Thread caplechu
Hi all, I am having problems using a certificate created with OpenSSL. I have created a PEM certificated with its private key using the next commands: - openssl genrsa -des3 -out Privatekey.pem 1024 - openssl req -new -x509 -key Privatekey.pem -out MyCertificate.pem -days 365 - openssl x509 -hash