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://OrchestratorNodeURL:443 you should see the message returned:
Request received by: Default handler for Orchestrator node: ......
If you enter the url like https://OrchestratorNodeURL:8443 you should see the ITPAM user interface.
Configure the load balancer so that:
https://LoadBalancerURL:443/itpam forwards to https://OrchestratorNodeURL:8443
and
https://LoadBalancerURL:443 (without the "/itpam") forwards to https://OrchestratorNodeURL:443