Troubles to configure SSL

2014-02-24 Thread Petr Nemecek
Hello, I have troubles configuring SSL, even if I follow https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html. See my connectors as well as startup output below. After the startup I could navigate to http://localhost:8082/, but https://localhost:8445/ doesn't work. Any idea? Many thanks,

Re: Troubles to configure SSL

2014-02-24 Thread Arseny
Hi. What happen's if you open in browser 8445? Does Tomcat really open port 8445? Try find it with: netstat -b -n | findstr 80 From your log - I don't see any problems. And here is Connector config from my server (under Linux - but there is must be difference): Connector port=8444

RE: Troubles to configure SSL

2014-02-24 Thread Caldarale, Charles R
From: Arseny [mailto:setev...@gmail.com] Subject: Re: Troubles to configure SSL But - we use 5.5 Tomcat. Then you really should not be giving people advice about how to configure supported Tomcat versions - a lot has changed. Moving up to a current version should be a priority for you

Re: Troubles to configure SSL

2014-02-24 Thread Arseny
25.02.2014 7:54, Caldarale, Charles R пишет: From: Arseny [mailto:setev...@gmail.com] Subject: Re: Troubles to configure SSL But - we use 5.5 Tomcat. Then you really should not be giving people advice about how to configure supported Tomcat versions - a lot has changed. Moving up to a current

Re: Troubles to configure SSL

2014-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Petr, On 2/24/14, 3:09 PM, Petr Nemecek wrote: Connector port=8445 protocol=org.apache.coyote.http11.Http11NioProtocol SSLEnabled=true maxThreads=150 scheme=https secure=true clientAuth=false sslProtocol=TLS URIEncoding=UTF-8

RE: Troubles to configure SSL

2014-02-24 Thread Caldarale, Charles R
From: Petr Nemecek [mailto:p...@cmail.cz] Subject: Troubles to configure SSL After the startup I could navigate to http://localhost:8082/, but https://localhost:8445/ doesn't work. What does doesn't work mean? Did the building catch fire? Is the Windows firewall configured to allow