You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Philippe Khalife <pk...@dinmar.com> on 2001/10/31 06:13:29 UTC

MOD_WEBAPP, TC4, APACHE1.3.22, MOD_SSL, ATT: Pier

MOD_WEBAPP, TC4, APACHE1.3.22, MOD_SSL, Solaris2.6 (After much ado about
nothing to get Apache,SSL, +DSO)
I've hit the wall with MOD_WEBAPP & SSL.

So a few issues to report:

On the latest nighly build webapp-module-20011030

1)
java/WarpConnector.java has
import org.apache.catalina.ServerSocketFactory;
Instead of
import org.apache.catalina.net.ServerSocketFactory;

2) Now it's up and running, apachectl start (no ssl) the connector works
fine.
   but after an apachectl startssl, I get this error on any connection
attempt.

2001-10-30 23:39:02 [org.apache.catalina.connector.warp.WarpConnector]
Connection from localhost/127.0.0.1:37560 to localhost/127.0.0.1:10003
2001-10-30 23:39:02
[org.apache.catalina.connector.warp.WarpConfigurationHandler] Filter
mappings (4)
2001-10-30 23:39:05 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.io.IOException: Premature packet header end
        at
org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.java:2
37)
        at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHand
ler.java:112)
        at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:19
4)
        at java.lang.Thread.run(Thread.java:484)


So I tried compiling source from CVS, maybe there's a fix in there:

Now the connector works fine without SSL, and only partially in SSL mode.
Basically Gzip'd or Object Streams fail to connect, while regular browser
requests go through. I know this problem was fixed before, but it seems to
be broken in SSL mode.

As always your replies are greatly appreciated,

Is there anything I can read about SSL & MOD_WEBAPP?

Thanks,
PK



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>