Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-24142

(7.4.z) Prefer hostname than IP in http-connector host

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • None
    • None
    • JMS
    • None

    Description

      In current implementation, the

      host = NetworkUtils.canonize(sa.getAddress().getHostAddress());
      

      is used for the host parameter for the http-connector in messaging-activemq subsystem, which leads to IP address to be used even if the the hostname is used:

      bin/standalone.sh -Djboss.bind.address=the-host-name-c standalone-full.xml
      

      When SSL is needed, the hostname verification may fail because of IP address is used than the hostname.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-lgao Lin Gao
              rhn-engineering-lgao Lin Gao
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: