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:

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="443" minProcessors="5" maxProcessors="75"
               enableLookups="true"
          acceptCount="100" debug="99" scheme="https" secure="true"
               useURIValidationHack="false" disableUploadTimeout="true">

      <Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
               clientAuth="false" protocol="TLS"
     keystoreFile="conf/keystore"
     keystorePass="changeit" />
    </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:<Http10Connector
>           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]
>
--
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]

Reply via email to