Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webservice behind a load balancer can cause connection issues #195

Open
Alslinet opened this issue Oct 28, 2019 · 0 comments
Open

Webservice behind a load balancer can cause connection issues #195

Alslinet opened this issue Oct 28, 2019 · 0 comments

Comments

@Alslinet
Copy link

So we tried to put the Webservice behind a load balancer to make HTTPS sligtly easier. And the Webservice is returning the wrong address. Basically it should be https://loadbalancedaddress/..., but it Returns http://loadbalancedaddress:portnumber/…
This causes a Connection error in the script.
I noticed this by testing the Webservice using SoapUI where it seemed to work without problems. But i did notice the wrong address being returned.
Current workaround we are using is just adding a $WebService.URL = "CORRECTADDRESS" to the script.
Im still verifying if this is a Webservice problem or a, im an idiot that has configured something wrong problem. But i thought i would let you know regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant