什么是 JFROG Artifactory over HTTPS 的端点

问题描述 投票:0回答:1

我尝试了问题如何配置jfrog Artifactory Web界面以使用https而不是http中列出的步骤以及链接的答案https://stackoverflow.com/a/68750332/23103935

  • 在 /opt/jfrog/artifactory/var/etc 中找到新版本 7.17.11 附带的 system.full-template.yaml
  • 将相关artifactory/tomcat/httpsConnector块复制到system.yaml
  • 启用,端口8443,将证书和密钥路径更改为绝对路径
  • 保存文件
  • 重新启动Artifactory

现在,像以前一样在浏览器中访问 http://my-artifactory-ip:8082 可以正确工作。但 https 变体似乎都无法通过 - 不是 https://my-artifactory-ip:8082、https://my-artifactory-ip:443 或 http://my-artifactory-ip:8443。

catalina 日志中没有错误。

点击 UI 的新端点是什么?

tomcat https artifactory
1个回答
0
投票

你尝试过吗

https://my-artifactory-ip:8443/artifactory

如果您已将

Artifactory
配置为在端口 8443 上使用
HTTPS
并成功重新启动它,您应该能够使用以下 URL 访问 Artifactory Web 界面:

https://my-artifactory-ip:8443/artifactory

如果仍然不起作用,请检查 8443 是否空闲,并确认端口 8443 上没有其他

processes
services
运行,并且服务器上的
firewall
允许此端口上的传入连接.

之后我会尝试以隐身方式访问它,以排除浏览器缓存问题。

我能想到的最后一件事是确保您在

SSL certificate
中配置的
Artifactory
有效且未过期,并且证书和密钥的路径在
system.yaml
文件中有效

© www.soinside.com 2019 - 2024. All rights reserved.