We like to enable the customizer in our environment. There is this official documentation about the options how to setup the Customizer: https://help.hcltechsw.com/connections/v7/admin/install/cp_config_customizer_setup_nginx.html
To keep it simple we plan is to install the NGINX on the same servers like IBM HTTP Servers. So NGINX would listen on port 443/80 while we reconfigure the IBM HTTP Server to listen on 444/81.
Within this topology I expect we do not have to reconfigure any DNS entries and even there is no side effect to SPNEGO.
So the incoming HTTP requests are forwarded to the Customizer. But the documentation does not mention how the traffic is routed from Customizer to IBM HTTP Server. Do I just have to change the entries in connections-env.yml and change the port from 443 to 444?
ic:
host: connections.cust.com
internal: connections.cust.com
interserviceOpengraphPort: 443
interserviceConnectionsPort: 443
interserviceScheme: https
I guess with this topology there is no need to use dynamicHosts in lcc.xml There is just the consideration how to handle Interservice traffic.