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 Wind

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: > protocol="org.apache.coyote.http11.Http11NioProtocol" > SSLEnabled="true" maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8" > keystoreFile="c

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 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 priorit

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): As you see - there is n

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, P