After converting ITPAM and load balancer to SSL and port 8443, the Orchestrator doesn't recognize the agent is active
Release : 4.3
When configured for SSL, ITPAM listens on port 443 and on port 8443. Agent communications will go through port 443, while user interaction with the ITPAM website and UI will go through port 8443. To test:
If you enter the url like https://[Orchestrator Node URL]:443 you should see the message returned:
Request received by: Default handler for Orchestrator node: ......
If you enter the url like https://[Orchestrator Node URL]:8443 you should see the ITPAM user interface.
Configure the load balancer so that:
https://[Load Balancer URL]:443/itpam forwards to https://[Orchestrator Node URL]:8443
and
https://[Load Balancer URL]:443 (without the "/itpam") forwards to https://[Orchestrator Node URL]:443