Do you have your port 80 connector forwarding set correctly? -----Original Message----- From: Dave Brondsema [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 11:31 AM To: users@tomcat.apache.org Subject: scheme="https" not working?
I'm using Tomcat 5.5.15 on Windows 2000. I have this connector: <Connector scheme="https" port="443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\ssl_keystore" keystorePass="XXX" keystoreType="JKS"/> I can access http://eaglesnest-test.cornerstone.edu:443/manager/html but I get no response when attempting to access https://eaglesnest-test.cornerstone.edu:443/manager/html Somehow it's running unsecured but still on port 443. What's happening? Here are the logfiles: DEBUG 2006-02-20 11:20:29,288 org.apache.catalina.startup.Embedded - Setting naming prefix=org.apache.naming DEBUG 2006-02-20 11:20:29,413 org.apache.catalina.startup.Catalina - Digester for server.xml created 125 DEBUG 2006-02-20 11:20:30,600 org.apache.coyote.http11.Http11AprProtocol - Attribute soLinger: -1 DEBUG 2006-02-20 11:20:30,600 org.apache.coyote.http11.Http11AprProtocol - Attribute soTimeout: 60000 DEBUG 2006-02-20 11:20:30,600 org.apache.coyote.http11.Http11AprProtocol - Attribute tcpNoDelay: true DEBUG 2006-02-20 11:20:30,632 org.apache.coyote.http11.Http11AprProtocol - Attribute port: 443 DEBUG 2006-02-20 11:20:30,632 org.apache.coyote.http11.Http11AprProtocol - Attribute maxHttpHeaderSize: 8192 DEBUG 2006-02-20 11:20:30,632 org.apache.coyote.http11.Http11AprProtocol - Attribute maxThreads: 150 DEBUG 2006-02-20 11:20:30,632 org.apache.coyote.http11.Http11AprProtocol - Attribute minSpareThreads: 25 DEBUG 2006-02-20 11:20:30,632 org.apache.coyote.http11.Http11AprProtocol - Attribute maxSpareThreads: 75 DEBUG 2006-02-20 11:20:30,632 org.apache.coyote.http11.Http11AprProtocol - Attribute enableLookups: false DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute backlog: 100 DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute secure: true DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute clientauth: false DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute secure: true DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute protocol: TLS DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute keystore: C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\ssl_keystore DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute keypass: XXX DEBUG 2006-02-20 11:20:30,647 org.apache.coyote.http11.Http11AprProtocol - Attribute keytype: JKS INFO 2006-02-20 11:20:30,975 org.apache.catalina.realm.JAASRealm - Setting useContextClassLoader = false DEBUG 2006-02-20 11:20:30,975 org.apache.catalina.core.ContainerBase - Add child StandardContext[] StandardHost[eaglesnest-test.cornerstone.edu] DEBUG 2006-02-20 11:20:30,991 org.apache.catalina.core.ContainerBase - Add child StandardHost[eaglesnest-test.cornerstone.edu] StandardEngine[Catalina] DEBUG 2006-02-20 11:20:31,179 org.apache.catalina.connector.Connector - Creating name for connector Catalina:type=Connector,port=443 DEBUG 2006-02-20 11:20:31,179 org.apache.coyote.http11.Http11AprProtocol - Attribute jkHome: C:\Program Files\Apache Software Foundation\Tomcat 5.5 INFO 2006-02-20 11:20:31,194 org.apache.coyote.http11.Http11AprProtocol - Initializing Coyote HTTP/1.1 on http-443 INFO 2006-02-20 11:20:31,194 org.apache.catalina.startup.Catalina - Initialization processed in 1781 ms ... -- Dave Brondsema Software Developer Cornerstone University --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]