Found the error, the socketFactory isn't set in CoyoteConnecter, for the CoyoteProtocoll Handler
Here is a diff Index: CoyoteConnector.java =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ tomcat4/CoyoteConnector.java,v retrieving revision 1.17 diff -r1.17 CoyoteConnector.java 996a997,998 > IntrospectionUtils.setProperty(protocolHandler, "socketFactory", > ssf.getSocketFactoryName()); 998c1000 < "sSLImplementation", --- > "sslImplementation", t > -----Ursprüngliche Nachricht----- > Von: Torsten Fohrer [mailto:Torsten.Fohrer@;dcsi.de] > Gesendet: Freitag, 8. November 2002 16:36 > An: '[EMAIL PROTECTED]' > Betreff: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13 > > > > Can somebody help, i think the adding simply the removed Code from > SSLServerSocketFactory help's, but that is not the answer. > > Mit freundlichen Grüssen > > i.A. Torsten Fohrer > > ********************************************************** > * DCSI AG * Tel.: +49 7131 155 88-0 * > * Lessingstrasse 17-19 * Fax.: +49 7131 155 88-99 * > * D-74076 Heilbronn * [EMAIL PROTECTED] * > * GERMANY * http://www.dcsi.de * > ********************************************************** > > -- > To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>