Subclipse不断提示请求p12证书

发布于 2024-09-12 06:16:04 字数 549 浏览 4 评论 0原文

我将 subclipse 与 eclipse 一起使用,并且必须访问 https 存储库。 第一次它要求我提供 p12 证书和密码,一切都很顺利,但每次我探索存储库时它都会不断提示我这个窗口。有没有办法将这些信息存储在某处?

我尝试将它们存储在 ~/home/myuser/.subversion/config 中,但它不起作用:

[groups]
diiga = narg.diiga.univpm.it

[diiga]
ssl-client-cert-file = /home/dierre/Scrivania/NARGSvnUsers.p12
ssl-client-cert-password = mypassphrase

有什么建议吗?顺便说一句,使用此配置,即使在命令行中,它也会不断询问。

更新:我已经部分解决了这个问题。我进入 Preferences/Team/SVN 并从 JavaHL 切换到 SVNKit,现在 SVN 树的提交和探索运行良好,无需询问。那么现在我想问题是如何用JavaHL来解决呢?

I'm using subclipse with eclipse and I have to access to an https repository.
The first time it asked me for the p12 certificate and the passphrase and everything went fine but it keeps prompting me this window any time I explore the repository. Is there a way to store somewhere this information?

I tried to store them in ~/home/myuser/.subversion/config but it's not working:

[groups]
diiga = narg.diiga.univpm.it

[diiga]
ssl-client-cert-file = /home/dierre/Scrivania/NARGSvnUsers.p12
ssl-client-cert-password = mypassphrase

Any suggestion? BTW with this config it keeps asking even in the command line.

UPDATE: I've partially solved the problem. I went into Preferences/Team/SVN and switch from JavaHL to SVNKit and now the commit and the exploration of the SVN tree are working nicely without asking about it. So now I guess the problem is how to solve it with JavaHL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

电影里的梦 2024-09-19 06:16:04

伙计们,我只是想让你们知道问题出在 Ubuntu 而不是 Eclipse,因为我禁用了密钥环,所以我无法存储任何内容。一旦我重新启用它,它就像一个魅力。

Guys, I just want to let you know that the problem was Ubuntu and not Eclipse, because I disabled the keyring so I wasn't able to store anything. Once I renabled it, it worked like a charm.

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