About 2,800,000 results
Open links in new tab
  1. ssl - What is the use of port 8443? - Stack Overflow

    Tomcat uses to open SSL text service. The default configuration file used in the port is 8443. The Tomcat is a core project in the Jakarta project of the Apache Software Foundation, which is …

  2. Tomcat: Trouble with SSL https connection on port 8443

    We are having trouble with the https (port 8443) connection on an app that runs on Tomcat 7. The app is running fine on http (port 80) now. I have uncommented the "Define a SSL ..." section in …

  3. Is there any standard alternative HTTPS port? - Stack Overflow

    Sep 9, 2015 · There is no standard about that, but port 8443 is sometimes known as the https-alt, and it seems the only one being popularly used as alternative HTTPS port. It may have …

  4. Is it safe to serve HTTP/HTTPS over ports 8080/8443 - web server

    Nov 9, 2015 · Due to an infrastructure limitation, one of the proposed solutions for serving an HTTP service to the world is to offer it over ports 8080 and 8443. My concern is that some …

  5. How do I make Tomcat accept SSL connections on port 8443?

    Use a text editor to open the Tomcat server.xml file. Typically, the server.xml file is in the conf folder in your Tomcat’s home directory. Locate the connector you want the new Keystore to …

  6. Can I use another port other than 443 for HTTPS/SSL …

    Apr 2, 2015 · We can use any available port for HTTPS, however, for the sake of convention, 443 and 8443 are assigned for HTTPS (browsers automatically prefix with https when these port …

  7. tomcat 7: automatically redirect https requests to port 8443

    On tomcat7, our web application is running through https over port 8443 and works fine except that we are unable to redirect https default port (443) to 8443 so as a consequence the ':8443' …

  8. Finding service that is holding port 8443 - Server Fault

    I have executed the following command to get better idea of what is holding the port 8443 on server I'm trying to work on and install some new software on it. …

  9. tomcat - In tomcat9 should server.xml define an https (8443) using ...

    Mar 14, 2023 · 1 I'm trying to configure tomcat9 to support HTTPS on port 8443. It appears that there is conflicting information on how to configure HTTPS in tomcat 9. The downloaded …

  10. Apache SSL Port Redirection (8443 to 443) - Server Fault

    Aug 12, 2014 · The VirtualHosts *:8443 in httpd-vhosts.conf was loaded first and overriding whatever I set in httpd-ssl.conf. So if I removed the VH from vhosts and set it as a copy of 443 …