Question
Altius Link, Inc.
JP
Last activity: 27 Dec 2022 12:19 EST
How to check the operation of individual servers
Previously, we were able to access our Pega application by connecting directly to the server without going through the load balancer (ex. http://nn.nn.nn.nn/prweb/), but we got a timeout error when trying to access it through the load balancer (ex. https://xxxxx.com/prweb/).
As a countermeasure, we set up DSS referring to the following page and enabled the reverse proxy. https://docs-previous.pega.com/sites/default/files/help_v62/definitions/l/loadbalancing.htm
However, as a result, even if we connect directly to the server and access the Pega application without going through the load balancer, it will automatically communicate over https.
In this case, for example, when using multiple servers via a load balancer, after restarting a specific server, if we want to directly connect to that server over http and check the operation, we will not be able to check correctly.
Is there a workaround other than enabling reverse proxy?