...
It is also recommended to specify internalProxies
attribute with the regular expression matching only IP address of the proxy server. e.g. internalProxies
=
"192\.168\.0\.1"
Wiki Markup |
---|
{hidden-data}see also comment: [http://youtrack.jetbrains.com/issue/TW-11166#comment=27-331468]{hidden-data} |
Configure HTTPS for TeamCity Web UI
TeamCity does not provide out of the box support for HTTPS access (see TW-12976) and it is recommended to setup a reverse proxy like Nginx or Apache in front of TeamCity which would handle HTTPS and use HTTP TeamCity server port as the upstream. HTTPS-related configuration of the proxy is not specific for TeamCity and is generic as for any Web application. Make sure to configure the reverse proxy per our recommendations below.
For small servers you can set up HTTPS via the internal Tomcat means, but this is not recommended as it can significantly increase CPU load.
Configure TeamCity to Use Proxy Server for Outgoing Connections
...