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