TeamCity and JIRA over HTTPS

。_饼干妹妹 提交于 2019-12-12 12:34:51

问题


I have JIRA and TeamCity running on two separate servers both accessible via HTTPS and self signed certificates.

I would now like to integrate JIRA as TeamCity's issue tracker.

However, when I try and setup the connection from TeamCity I get a CertificateException.

TeamCity is on a Ubuntu 101.10 machine and I tried to import the certificate from the JIRA server into /usr/lib/jvm/java-6-openjdk/jre/lib/security/ but this made no difference.


回答1:


The command for importing a self-signed certificate:

keytool -import -alias joe -file server.crt -keystore C:/jdk1.5.0_06/jre/lib/security/cacerts -storepass changeit

So if that doesn't work, are you sure this jdk is actually used by TeamCity?



来源:https://stackoverflow.com/questions/4774705/teamcity-and-jira-over-https

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!