Windows 上 OpenGrok 中的 SVN 历史记录(证书问题)

Windows 上 OpenGrok 中的 SVN 历史记录(证书问题)

我在 Windows 10 上配置 svn 与 OpenGrok(在 Tomcat85 上)一起工作时确实遇到了问题,因为我需要将 svn https 证书添加到受信任的证书中。

根据http://www.microhowto.info/howto/configure_subversion_to_trust_a_given_ssl_certificate.htmlhttps://github.com/oracle/opengrok/issues/846看来我需要将证书添加到某些配置文件中,但需要将其添加到 Tomcat85 服务用户。

如何让它工作?

答案1

好的,我找到了解决方案。

Tomcat 作为服务以系统用户身份运行,因此我们需要将证书添加到该用户的文件夹中。

  1. 最初,作为家庭用户,我已接受永久信任我的 svn 证书
  2. 然后只需复制匹配的文件C:\Users\[用户名]\Application Data\Subversion\auth\svn.ssl.serverC:\Windows\System32\config\systemprofile\AppData\Roaming\Subversion\auth\svn.ssl.server

相关内容