Tercio,
On 11/30/20 10:38, Tercio Pedro wrote:
I am a user of the Tomcat server, I need assistance in configuring the ssl
certificate and port 443.
I installed the ssl certificate but the site just opens on port 8443 I want
to go to port 443, I already changed the port on the connector
(server.xml), I already enabled the port on the firewall and when I try to
open on port 443 I have the error: ERR_CONNECTION_REFUSED
Can you please post the <Connector> element(s) from your conf/server.xml
file? My guess is that you have port="8443" and you need to do one of
the following:
1. Set port="443"
NOTE: This will only work on Windows, or if you use
jsvc/authbind/setcap on *NIX environments
2. Use your firewall to re-wire incoming port 443 -> port 8443
This is done in different ways depending on OS and network setup
-chris
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org