>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, November 28, 2001 11:51 AM
>To: GOMEZ Henri
>Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
>[EMAIL PROTECTED]
>Subject: RE: [Cryptix-Users] OpenSSL and java keytool
>
>
>
>I only did now. Guess my previous answer doesn't make sense.
>
>Perhaps you can check which CipherSuites your JSSE server supports?
>
>          SSLServerSocket s = ...
>          System.out.println("Enabled cipher suites:");
>          String[] c = s.getEnabledCipherSuites();
>          for (int i = 0; i < c.length; i++)
>               System.out.println("  " + c[i]);
>
>To enable all CipherSuites:
>          s.setEnabledCipherSuites(s.getSupportedCipherSuites());
>
>Maybe that helps?
>
>BTW, nice document, that howto. Maybe a small suggestion: I'd also add
>the KeyStore type as a parameter. This way, it would be possible to use
>other KeyStores then "JKS". And perhaps a storepass parameter as well.
>
>Stef
>
>
>
>Did you read the tomcat SSL howto ?
>
>We've discussed that there :
>
>http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ssl-howto.html
>
>Regards
>
>-
>Henri Gomez                 ___[_]____
>EMAIL : [EMAIL PROTECTED]        (. .)
>PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
>PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>
>
>
>>-----Original Message-----
>>From: Manfred.Zerndl [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, November 28, 2001 8:50 AM
>>To: [EMAIL PROTECTED]
>>Subject: [Cryptix-Users] OpenSSL and java keytool
>>
>>
>>Hi there,
>>
>>So far, I have been working under Linux (SuSE 7.0) with
>>OpenSSL 0.9.6. I
>>used OpenSSL for creating a self-signed server certificate for a https
>>server.
>>
>>Everything ist fine so far. Meanwhile we want to set up a
>>servlet engine
>>(Tomcat 3.2.3) which is also https-enabled.
>>Unfortunately, tomcat administrates its certificates with "keytool"
>>coming with the JDK 1.3.
>>
>>When I try to import my OpenSSL certificate into keytool, restart my
>>servlet engine, I get a browser error saying that the browser (e.g.
>>Netscape) and the server have no common encrypttion algorithms.
>>
>>Can anybody help me?
>>
>>Thanks
>>Manfred Zerndl
>>
>>---------------------------------------------------------------
>>----------------
>>Manfred Zerndl
>>Bezirksfinanzdirektion München
>>Alexandrastr. 3, D-80538 München, GERMANY
>>[EMAIL PROTECTED]
>>
>>
>>________________________________________________________
>>For BUGS:  provide Cryptix version, Java version,
>>platform, STACK TRACE and preferrably a small
>>stand-alone program demonstrating the problem!
>>
>>Subscribe/unsubscribe/change your options at:
>>http://lists.cryptix.org/mailman/listinfo/cryptix-users/
>>
>
>
>________________________________________________________
>For BUGS:  provide Cryptix version, Java version,
>platform, STACK TRACE and preferrably a small
>stand-alone program demonstrating the problem!
>
>Subscribe/unsubscribe/change your options at:
>http://lists.cryptix.org/mailman/listinfo/cryptix-users/
>
>
>

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

Reply via email to