RES: SSL Error: no cipher suites in commom

2003-02-12 Thread Wagner
Hello Tony,

I tested on Tomcat 4.1... and still couldn't make a SSL cennection...

I think that the problem is with Keytool...

Because i have a v1 selfsigned certificate that worked with version 3 and 4
of Tomcat...

But my verisign v3 certificate just don't work...

Does anybody know something about keytool and importing v3 certificates??

I tested the certificate on apache and it worked fine...

Thanks a lot,
Wagner.

-Mensagem original-
De: Wagner [mailto:[EMAIL PROTECTED]]
Enviada em: quarta-feira, 12 de fevereiro de 2003 09:10
Para: 'Tomcat Users List'
Assunto: RES: SSL Error: no cipher suites in commom


Hello Tony,

I am using Tomcat 3.3.1a...

The factory declaration is used only in version 4... am i wrong??

Thanks a lot,
Wagner Garcia Campagner.


-Mensagem original-
De: Tony Dahbura [mailto:[EMAIL PROTECTED]]
Enviada em: terca-feira, 11 de fevereiro de 2003 20:41
Para: Tomcat Users List
Assunto: Re: SSL Error: no cipher suites in commom


Wagner:

The keystorefile and pass are part of the factory declaration not the
connector:



  



Tony


Wagner wrote:

>  Hello,I'm trying to set a SSL for Tomcat standalone... but i'm
> getting the error:PoolTcpEndpoint: Handshake failed
> javax.net.ssl.SSLHandshakeException: no cipher suites in commonWhen i
> try to open a SSL conection...What i did was:- generate a RSA request
> using Openssl,- after the certificate arrived, i did the command:
> openssl pkcs7 -inform PEN -in cert.p7c -print_certs to separate the CA
> certificate and the client certificate,- then i imported the CA
> certificate to cacerts file with: keytool -import -alias certsign
> -file CA_certfile - keystore cacerts- then i imported the client
> certificate with: keytool - import -alias client -file client_certfile
> - keystore client.keystore- the i edited the server.xml file with the
> lines:   port="443"
>   secure="true"
>   keystore="C:\j2sdk1.4.1_01\jre\lib\security\client.keystore"
>
>   keypass="client" />
> Is there anything wrong Any misconfigurationI've tried to
> install the same certificate on apache and it worked fine.Thanks in
> advance,Wagner Garcia Campagner.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
Tony Dahbura
Deployment Director
Opsware Business Practice
EDS Inc.
13900 Lincoln Park Drive
Suite 405/WH-OPS
Herndon, VA  20171
voice: 703.742.1280
fax: 703.742.1163
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RES: SSL Error: no cipher suites in commom

2003-02-12 Thread Wagner
Hello Tony,

I am using Tomcat 3.3.1a...

The factory declaration is used only in version 4... am i wrong??

Thanks a lot,
Wagner Garcia Campagner.


-Mensagem original-
De: Tony Dahbura [mailto:[EMAIL PROTECTED]]
Enviada em: terca-feira, 11 de fevereiro de 2003 20:41
Para: Tomcat Users List
Assunto: Re: SSL Error: no cipher suites in commom


Wagner:

The keystorefile and pass are part of the factory declaration not the
connector:



  



Tony


Wagner wrote:

>  Hello,I'm trying to set a SSL for Tomcat standalone... but i'm
> getting the error:PoolTcpEndpoint: Handshake failed
> javax.net.ssl.SSLHandshakeException: no cipher suites in commonWhen i
> try to open a SSL conection...What i did was:- generate a RSA request
> using Openssl,- after the certificate arrived, i did the command:
> openssl pkcs7 -inform PEN -in cert.p7c -print_certs to separate the CA
> certificate and the client certificate,- then i imported the CA
> certificate to cacerts file with: keytool -import -alias certsign
> -file CA_certfile - keystore cacerts- then i imported the client
> certificate with: keytool - import -alias client -file client_certfile
> - keystore client.keystore- the i edited the server.xml file with the
> lines:   port="443"
>   secure="true"
>   keystore="C:\j2sdk1.4.1_01\jre\lib\security\client.keystore"
>
>   keypass="client" />
> Is there anything wrong Any misconfigurationI've tried to
> install the same certificate on apache and it worked fine.Thanks in
> advance,Wagner Garcia Campagner.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
Tony Dahbura
Deployment Director
Opsware Business Practice
EDS Inc.
13900 Lincoln Park Drive
Suite 405/WH-OPS
Herndon, VA  20171
voice: 703.742.1280
fax: 703.742.1163
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RES: ENC: SSL Error: no cipher suites in commom

2003-02-12 Thread Wagner
Hello Bill,

I'm using the most commom browsers.

I tested on IE 5.5 and Netscape... and got the same errors on both.

Thanks in advance,
Wagner Garcia Campagner.

-Mensagem original-
De: Bill [mailto:[EMAIL PROTECTED]]
Enviada em: segunda-feira, 10 de fevereiro de 2003 17:28
Para: [EMAIL PROTECTED]
Assunto: Re: ENC: SSL Error: no cipher suites in commom


This is likely an issue with your browser not Tomcat.  What browser
version are you running?

-b

On Tue, 2003-02-11 at 14:30, Wagner wrote:
> Hello,
>
> Nobody knows what can be wrong with my configuration??
>
> I really need this SSL connection to work...
>
> The certificate is a v3 verisign and i'm using tomcat 3.3.1a
>
> Thanks again in advance,
> Wagner.
>
>
> -Mensagem original-
> De: Wagner [mailto:[EMAIL PROTECTED]]
> Enviada em: terça-feira, 11 de fevereiro de 2003 11:39
> Para: [EMAIL PROTECTED]
> Assunto: SSL Error: no cipher suites in commom
>
>
> Hello,
>
> I'm trying to set a SSL for Tomcat standalone... but i'm getting the
error:
>
> PoolTcpEndpoint: Handshake failed
> javax.net.ssl.SSLHandshakeException: no cipher suites in common
>
> When i try to open a SSL conection...
>
>
>
> What i did was:
>
> - generate a RSA request using Openssl,
> - after the certificate arrived, i did the command: openssl pkcs7 -inform
> PEN -in cert.p7c -print_certs to separate the CA certificate and the
client
> certificate,
> - then i imported the CA certificate to cacerts file with:
> keytool -import -alias certsign -file CA_certfile - keystore cacerts
> - then i imported the client certificate with: keytool - import -alias
> client -file client_certfile - keystore client.keystore
> - the i edited the server.xml file with the lines:
>
>port="443"
>   secure="true"
>   keystore="C:\j2sdk1.4.1_01\jre\lib\security\client.keystore"
>   keypass="client" />
>
>
> Is there anything wrong Any misconfiguration
>
> I've tried to install the same certificate on apache and it worked fine.
>
> Thanks in advance,
> Wagner Garcia Campagner.
> 
>

> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: SSL Error: no cipher suites in commom

2003-02-11 Thread Tony Dahbura
Wagner:

The keystorefile and pass are part of the factory declaration not the
connector:



  



Tony


Wagner wrote:

>  Hello,I'm trying to set a SSL for Tomcat standalone... but i'm
> getting the error:PoolTcpEndpoint: Handshake failed
> javax.net.ssl.SSLHandshakeException: no cipher suites in commonWhen i
> try to open a SSL conection...What i did was:- generate a RSA request
> using Openssl,- after the certificate arrived, i did the command:
> openssl pkcs7 -inform PEN -in cert.p7c -print_certs to separate the CA
> certificate and the client certificate,- then i imported the CA
> certificate to cacerts file with: keytool -import -alias certsign
> -file CA_certfile - keystore cacerts- then i imported the client
> certificate with: keytool - import -alias client -file client_certfile
> - keystore client.keystore- the i edited the server.xml file with the
> lines:   port="443"
>   secure="true"
>   keystore="C:\j2sdk1.4.1_01\jre\lib\security\client.keystore"
>
>   keypass="client" />
> Is there anything wrong Any misconfigurationI've tried to
> install the same certificate on apache and it worked fine.Thanks in
> advance,Wagner Garcia Campagner.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
Tony Dahbura
Deployment Director
Opsware Business Practice
EDS Inc.
13900 Lincoln Park Drive
Suite 405/WH-OPS
Herndon, VA  20171
voice: 703.742.1280
fax: 703.742.1163
[EMAIL PROTECTED]




ENC: SSL Error: no cipher suites in commom

2003-02-11 Thread Wagner



Hello,
 
Nobody 
knows what can be wrong with my configuration??
 
I 
really need this SSL connection to work...
 
The 
certificate is a v3 verisign and i'm using tomcat 3.3.1a
 
Thanks 
again in advance,
Wagner.
 
 
-Mensagem original-De: Wagner 
[mailto:[EMAIL PROTECTED]]Enviada em: terça-feira, 11 de 
fevereiro de 2003 11:39Para: 
[EMAIL PROTECTED]Assunto: SSL Error: no cipher suites in 
commom
Hello,
 
I'm trying to set a 
SSL for Tomcat standalone... but i'm getting the error:
 
PoolTcpEndpoint: 
Handshake failedjavax.net.ssl.SSLHandshakeException: no cipher suites in 
common
 
When i try to open a 
SSL conection...
 
 
 
What i did 
was:
 
- generate a RSA 
request using Openssl,
- after the 
certificate arrived, i did the command: openssl pkcs7 
-inform PEN -in cert.p7c -print_certs to separate the CA 
certificate and the client certificate,
- then i imported 
the CA certificate to cacerts file with: keytool -import -alias 
certsign -file CA_certfile - keystore cacerts
- then i imported 
the client certificate with: keytool - import -alias client -file 
client_certfile - keystore client.keystore
- the i edited the 
server.xml file with the lines:
 
  
port="443"  
secure="true"  
keystore="C:\j2sdk1.4.1_01\jre\lib\security\client.keystore"  
keypass="client" />
 
Is there anything 
wrong Any misconfiguration
 
I've tried to 
install the same certificate on apache and it worked fine.
 
Thanks in 
advance,
Wagner Garcia 
Campagner.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


SSL Error: no cipher suites in commom

2003-02-11 Thread Wagner



Hello,
 
I'm trying to set a 
SSL for Tomcat standalone... but i'm getting the error:
 
PoolTcpEndpoint: 
Handshake failedjavax.net.ssl.SSLHandshakeException: no cipher suites in 
common
 
When i try to open a 
SSL conection...
 
 
 
What i did 
was:
 
- generate a RSA 
request using Openssl,
- after the 
certificate arrived, i did the command: openssl pkcs7 
-inform PEN -in cert.p7c -print_certs to separate the CA 
certificate and the client certificate,
- then i imported 
the CA certificate to cacerts file with: keytool -import -alias 
certsign -file CA_certfile - keystore cacerts
- then i imported 
the client certificate with: keytool - import -alias client -file 
client_certfile - keystore client.keystore
- the i edited the 
server.xml file with the lines:
 
  
port="443"  
secure="true"  
keystore="C:\j2sdk1.4.1_01\jre\lib\security\client.keystore"  
keypass="client" />
 
Is there anything 
wrong Any misconfiguration
 
I've tried to 
install the same certificate on apache and it worked fine.
 
Thanks in 
advance,
Wagner Garcia 
Campagner.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]