Back    
Priority:
Type:
State:
Assignee:
Subsystem:
Affected versions:
Fixed in:

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
Comments (2)
History (1)
Ben Walding Ben Walding 28 Nov 2006 06:51 (2 years ago)
(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.
Kirill Maximov Kirill Maximov 28 Nov 2006 14:27 (2 years ago)
Cancelled as non-reproducable