How can I deploy Verint Community with a load balancer?

Hi all,

I'm looking to deploy Verint Community on AWS and make use of an AWS load balancer as the SSL endpoint.

My issue I think is on what the SiteUrl should be set to.

<add name="SiteUrl" connectionString="http://????"/>

The idea is that Verint will run on port 80, and the load balancer would act as a proxy.  And in addition the load balancer would need to hit a health check URL, which may be the root of my problem.

For the health check URL I need a static URL that will return 200 status when Verint is running.  I opted to use the login form.  But in order to make it so that the login form doesn't send a redirect instead of a 200 response I need to set the SiteUrl to the internal IP address of the server.  ...But if I use the internal IP address of the server it will use that IP in the links that it generates in the content, which won't work for the users.

So, I feel like I am missing something.  Is there some other setting so that the server knows that it is on a proxy, so that it can distinguish between it's own internal URL vs. the URL that is should be using in content links?

Thanks.

Parents Reply Children
No Data