We have NGINX load balancer in the environment and we are trying install secondary node for HA configuration. JLNP application is getting download from load balancer URL https://loadbalancer_name:443 We are getting the errors like unable to load the resources jar file and connection timed out.
Release : 4.3
Component : Process Automation
Observed that the resource jars were getting downloaded from node1 and unable to download same using load balancer URL.
So reviewed the NGINX configuration files and found that repositoryloadbalancer upstream has the wrong port given as 8443. Changed it to 8080 and restarted NGINX.
The installer got launched for second node and installation completed.