ALM Listening on Host IP instead of DNS

Hi All,

ALM : 15.5.1

I keep observing that my ALM Instance prints the  message "Application Lifecycle Management is listening on machine" with the host IP and sometimes with the Loadbalancer DNS.

When it listens to the DNS i dont see any issues. When it uses the Host IP get errors with "No subject alternative names matching IP address <IP> found".

Is there a way to specify that ALM has to always listen to the DNS instead of the host ip?

Thanks

VivekH

  • 0

    When i make a rest call using the Loadbalancer DNS, i see that the URL Changes to the Underlying Host IP instead which is not directly accessible.
    This only happens when the "Application Lifecycle Management is listening on machine" message shows the IP address

  • Verified Answer

    +1   in reply to 

    Try to add following parameters in Site Parameter 


    ENTITY_LINK_HOST 

    Description: Set the hostname that ALM server uses to generate user-oriented URL when necessary. You are recommended to use this hostname when load balancer/reverse proxy is used in front of the ALM server.

    ENTITY_LINK_PORT

    Description: Set the port that ALM server uses to generate user-oriented URL when necessary. You are recommended to use this port when load balancer/reverse proxy is used in front of the ALM server.

    ENTITY_LINK_SCHEMA

    Description: Set the schema that ALM server uses to generate user-oriented URL when necessary. You are recommended to use this schema when load balancer/reverse proxy is used in front of the ALM server.

  • 0 in reply to   

    Thank you Tina Li. This worked for me