I have yesterday and today migrate a system to 4.1.14, from 4.0.4 tomcat
with own patches. After some work with migrating the patches, and finally
testing there.
It seems that tomcat doesn't start/creates the SSL ServerSocket.

after some search in the cvs tree, i see that the CoyoteConnector doesn't
set socketFactory in CoyoteProtocol. I added the code again, and it works
:->. It can be either the wrong naming of sslImplementation, or perhaps the
missing socketFactory.


Index: coyote/src/java/org/apache/coyote/tomcat4/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",

Torsten

> -----Ursprüngliche Nachricht-----
> Von: Remy Maucherat [mailto:remm@;apache.org]
> Gesendet: Freitag, 8. November 2002 17:11
> An: Tomcat Developers List
> Betreff: Re: AW: SSL doesn't work in Tomcat 4.1.14, possible 4.1.13
> 
> 
> Torsten Fohrer wrote:
> 
> > Found the error, the socketFactory isn't set in 
> CoyoteConnecter, for the
> > CoyoteProtocoll Handler
> 
> I'm sorry, but what exactly doesn't work ? SSL works very well with 
> 4.1.12+. Your patch doesn't make sense (and I can't understand your 
> first message, which doesn't help convincing me).
> 
> Rémy
> 
> 
> --
> 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>

Reply via email to