is it possible to run Azure DevOps server behind reverse-proxy and give it an alias name? Let's say I have server on HTTP://adps.domain:8080/tfs And I want it to sit behind HTTPS://safe.adps.domain/tfs with reverse-proxy
Is it possible at all?
first issue I found was absolute addressing in web scripts and web resources, which made it unable to load due to CORS...
next I found, that VisualStudio takes the new azure DevOps server address and can see projects, but attempt to clone git project fails, as it requires port 8080 and HTTP, like this: The main server address in VS is HTTPS://safe.adps.domain, but cloning goes crazy, HTTP://safe.adps.domain:8080/tfs/...