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

Can't load the control when using multiple web fronts through load balancer #28

Closed
ghost opened this issue Aug 22, 2017 · 8 comments
Closed

Comments

@ghost
Copy link

ghost commented Aug 22, 2017

I have to web fronts, let's say web1.foo.com and web2.foo.com, they are behind a load balancer tfs.foo.com and their dns is not exposed publicly for security purpose.

When the control tries to load, it fails given this information message:

GET https://web1.foo.com/_apis/public/gallery/publisher/ms-devlabs/extension/vsts-extensions-multivalue-control/1.0.6/assetbyname/dist/index.html net::ERR_NAME_NOT_RESOLVED

My understanding is the Javascript code should use tfs.foo.com instead of the dns name of the machine that is currently serving the custom control's server code.

@mmanela
Copy link
Contributor

mmanela commented Aug 23, 2017

@nockawa What is the public access url you set for TFS in the config management application?

@ghost
Copy link
Author

ghost commented Aug 24, 2017

tfs.foo.com is set as the public URL in the TFS Administration console.

@slumley1
Copy link

@nockawa What version of TFS are you running?

@ghost
Copy link
Author

ghost commented Aug 25, 2017

2017.2

@slumley1
Copy link

@nockawa would it be possible to look at the iis logs on either of the backends to see what the cs_host field is coming in as?

@ghost
Copy link
Author

ghost commented Aug 28, 2017

Ok, as a temporary fix we added publicly the web1.foo.com and web1.foo.com pointing to their respective servers and now the request is no longer asking for either web1 or web2 but tfs.foo.com...
Definitely weird!

Your code is now requesting the right URL because we've just added the DNS entries of the web frontends...

Any clue?

@mmanela
Copy link
Contributor

mmanela commented Feb 26, 2018

@nockawa Do you still have an issue?

@ostreifel
Copy link
Contributor

Closing this issue due to inactivity.

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

3 participants