通过 HTTPS 的 TeamCity 和 JIRA
我在两个独立的服务器上运行 JIRA 和 TeamCity,这两个服务器都可以通过 HTTPS 和自签名证书访问。
我现在想将 JIRA 集成为 TeamCity 的问题跟踪器。
但是,当我尝试从 TeamCity 设置连接时,我收到 CertificateException
。
TeamCity 位于 Ubuntu 101.10 计算机上,我尝试将证书从 JIRA 服务器导入到 /usr/lib/jvm/java-6-openjdk/jre/lib/security/
但这没有什么区别。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
导入自签名证书的命令:
所以如果这不起作用,您确定 TeamCity 实际上使用了该 jdk 吗?
The command for importing a self-signed certificate:
So if that doesn't work, are you sure this jdk is actually used by TeamCity?