如何使用artifactory 调试HTTP 代理问题?

发布于 2024-08-02 01:42:01 字数 127 浏览 4 评论 0原文

我在公司网络中有一个人工制品。 我为每个远程存储库配置了一个 http 代理。 这不起作用。 我怎么可能找出它不起作用的原因? 有没有我可以调整的日志设置?

在 Firefox 中使用相同的代理效果很好。

I have an artifactory within a corporate network. I configured a http proxy for each remote repository. It doesn't work. How could I possibly find out why it doesn't work? Are there any log settings which I could tweak?

Using the same proxy within Firefox works just fine.

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

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

发布评论

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

评论(1

西瓜 2024-08-09 01:42:01

Artifactory 2 使用 logback 进行日志记录,您可以在 $ARTIFACTORY_HOME/etc/logback.xml 中找到其配置

如果您可以通过浏览器访问存储库,问题很可能出在您的 Maven 配置中。 如果您定义了代理配置,则需要确保代理设置为排除您的内部 http 代理服务器。

如果您使用 -X 开关运行 Maven,它将为您提供有关 Maven 正在进行的连接尝试的更多详细信息。

Artifactory 2 uses logback for logging, you can find its configuration in $ARTIFACTORY_HOME/etc/logback.xml

If you can access the repository through the browser, it's likely the problem is in your Maven configuration. If you've a proxy configuration defined, you'll need to ensure the proxy is set to exclude your internal http proxy server.

If you run Maven with the -X switch, it will give you more details on the connection attempts Maven is making.

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