首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >导入FishEye密钥库问题

导入FishEye密钥库问题
EN

Stack Overflow用户
提问于 2018-04-10 01:19:57
回答 1查看 272关注 0票数 0

我的一个客户已经安装了FishEye,我建议他们将其备份到压缩文件中,以便我可以将其导入到我们的FishEye实例中。导入进行得很好,但现在FishEye服务不会开始抱怨密钥库和config.xml:

代码语言:javascript
运行
复制
ERROR - Problem configuring P4 executable
com.cenqua.fisheye.config.ConfigException: P4 executable does not exist at configured location: /opt/atlassian/fisheye-data/C:\Program Files\Perforce\p4.exe, using 'p4' instead, make sure it is on your PATH.

ERROR - Could not create webserver: Cannot find the file [/opt/atlassian/fecru-4.5.2/C:\keystore\test\somename.jks]. Please check the 'keystore' attribute in the <ssl> element in config.xml

我检查了一下,备份文件有该引用,但导入的版本没有任何对该jks文件的引用。下面是导入完成后目标机器的config.xml:

代码语言:javascript
运行
复制
<config control-bind="127.0.0.1:8059" version="1.0">
<!-- see example-config.xml and config.xsd for more documentation -->
<web-server>
    <http bind=":8060"/>
</web-server>
<security allow-anon="true" allow-cru-anon="true"/>
<repository-defaults>
    <linker/>
    <allow/>
    <tarball enabled="false" maxFileCount="0"/>
    <security allow-anon="true"/>
</repository-defaults>

有没有人能帮我解释一下?

EN

回答 1

Stack Overflow用户

发布于 2018-04-26 16:31:30

密钥库用于HTTPS(SSL)协议。它没有得到Fisheye备份过程的支持,只是因为它不在Fisheye的安装目录中。此外,如果Fisheye备份SSL证书,我不确定是否有人会称其为安全问题。

在您的例子中,根据这个证书的名称(test\somename.jks),我猜有人在测试什么,简单地删除它是安全的。如果您碰巧使用了HTTPS,我相信您需要重新生成证书并再次设置HTTPS。https://confluence.atlassian.com/fisheye/fisheye-ssl-configuration-298976938.html

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49738337

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档