Support feedback:
When using TeamCity behind Apache httpd (using ProxyPass / ProxyPassReverse).
Occasionally TeamCity redirects from an https URL across to an http URL (which doesn't work with our server due to network configuration).
eg. link is to:
https://teamcity./admin/serverConfig.html?init=1
ends up going to:
http://teamcity./admin/serverConfig.html
While we could reconfigure out network and then re-redirect http:// back to https://, that seems a little wasteful.
Issue wasresolved
| Old | New | |
| Serge Baranov (serge) - 22 months ago (28 Nov 2006 14:27) | ||
Ben Walding (bwalding)
22 months ago (28 Nov 2006 06:51)(I raised this request via the support email address)
I can't replicate this behaviour any more, and I think it might have been caused by some shoddy configuration in my Apache config.