通过 HTTPS 的 TeamCity 和 JIRA

发布于 2024-10-14 03:59:07 字数 304 浏览 3 评论 0原文

我在两个独立的服务器上运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等风也等你 2024-10-21 03:59:07

导入自签名证书的命令:

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

所以如果这不起作用,您确定 TeamCity 实际上使用了该 jdk 吗?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文