You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jana Nguyen <ja...@gmail.com> on 2006/04/13 19:43:18 UTC

Tomcat 5.5 SSL Configuration problem, can't connect!

Hi there,

I am running Tomcat 5.5 on RH Linux as user 'tomcat', I'm trying to
get tomcat to run on a secure port 8443 instead of 8080.  I
uncommented the "SSL HTTP/1.1 Connector" entry in
$CATALINA_HOME/conf/server.xml and generated a host certificate as
user 'tomcat'.  The .keystore file got generated in the tomcat home
dir.  After I restarted the tomcat container I launch my browser to:

https://<hostname>:8443

I get error "unable to connect to server"

In the CATALINA logs, I get the following error:
INFO: Pausing Coyote HTTP/1.1 on http-8443
Apr 12, 2006 9:04:15 PM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.lang.NullPointerException
        at org.apache.jk.server.JkMain.pause(JkMain.java:677)
        at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:162)

Any help would be appreciated!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 5.5 SSL Configuration problem, can't connect!

Posted by Bill Barker <wb...@wilshire.com>.
I would *really* like to see more of your log, since this is a classic "this 
can't happen" bug.

"Jana Nguyen" <ja...@gmail.com> wrote in message 
news:1b7c7e3b0604131043o7fa0f41csc62692b78abca951@mail.gmail.com...
Hi there,

I am running Tomcat 5.5 on RH Linux as user 'tomcat', I'm trying to
get tomcat to run on a secure port 8443 instead of 8080.  I
uncommented the "SSL HTTP/1.1 Connector" entry in
$CATALINA_HOME/conf/server.xml and generated a host certificate as
user 'tomcat'.  The .keystore file got generated in the tomcat home
dir.  After I restarted the tomcat container I launch my browser to:

https://<hostname>:8443

I get error "unable to connect to server"

In the CATALINA logs, I get the following error:
INFO: Pausing Coyote HTTP/1.1 on http-8443
Apr 12, 2006 9:04:15 PM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.lang.NullPointerException
        at org.apache.jk.server.JkMain.pause(JkMain.java:677)
        at 
org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:162)

Any help would be appreciated! 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org