Teamcity Https Anbindung
1. Keystore importieren nach {TeamcityPath}\conf\ssl
2. https-Connector in Tomcat aktivieren {TeamcityPath}\conf\server.xml
<Connector port=“443″ protocol=“HTTP/1.1″
SSLEnabled=“true“
maxThreads=“150″
scheme=“https“
secure=“true“
clientAuth=“false“
sslProtocol=“TLS“
keyAlias=“tomcat“
keypass=“PasswordForKeystore“
keystoreFile=“FileToKeyStore“
address=“1.2.3.4″
/>
3. In der Administrationskonsole von TeamCity (Administration -> General) die Server-Url anpassen
4. Teamcity neu starten
5. BuildAgent config {TeamcityPath}\buildAgent\conf\buildAgent.properties anpassen:
serverUrl=https\://name.tld\:443
6. BuildAgent neustarten
Posted: Februar 22nd, 2012 under TeamCity.