Reporter |
![]() |
---|---|
Created | Feb 26, 2013 9:25:12 PM |
Updated | Feb 27, 2013 11:04:20 PM |
Resolved | Feb 27, 2013 11:04:20 PM |
Priority | Major |
Type | Bug |
State | Fixed |
Assignee | Alexander Volfman (Alexander.Volfman) |
Subsystem | TeamCity Integration |
Fix versions | 4.2.1 |
Fixed in builds | No Fixed in build |
Affected versions | 4.2 |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | yamaxim (mazine) |
Severity | Routine |
Configuration:
Expected that connection passes without any certificate added, but YouTrack says the error:
- Tomcat, provide the following settings in server.xml file:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" keystorePass="qwerty" keystoreFile="${user.home}/tc-keystore/keystore.jks" keyAlias="teamcity" clientAuth="false" sslProtocol="TLS" />
- TC server is avaible by https://host:8443/teamcity
- create a new TC server connection with this secure TC server in YouTrack
- click "Test connection"
Expected that connection passes without any certificate added, but YouTrack says the error:
Can't connect to TeamCity: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target