TW-1193 |
TeamCity redirects from https to http occasionally |
|
0
|
|
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
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
I can't replicate this behaviour any more, and I think it might have been caused by some shoddy configuration in my Apache config.