'authenticationrequired' 访问 debian 存储库时出错

'authenticationrequired' error on accessing debian repository

我正在尝试使用 Artifactory 创建一个远程存储库到 Debian 镜像 (http://ftp.uni-stuttgart.de/debian/) 存储库。不管我尝试哪一种,我总是收到相同的错误信息:

Connection failed: Error 407: authenticationrequired

Artifactory 范围的代理已配置,并且已经可以用于 NuGet、Maven 和 NPM 包存储库。

通过浏览器访问上述存储库不需要任何身份验证。

这可能是什么原因?

问题已解决:只允许使用 HTTPS 的连接。也许对于访问 Artifactory 服务器本身已经使用 HTTPS,不允许降级通信通道。