HTTPS port configured for 443 but binds to 8443

Solution Verified - Updated -

Issue

  • I've set up a https port to bind to port 443:
          <Connector protocol="HTTP/1.1" SSLEnabled="true" 
               port="443" address="${jboss.bind.address}"
               scheme="https" secure="true" clientAuth="false" 
               keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
               keystorePass="rmi+ssl" sslProtocol = "TLS" />
    

    but the server is still actually binding to port 8443 for https instead:

    INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8443
    

Environment

  • JBoss Enterprise Application Platform (EAP) 5
  • RHEL

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content