SSL:使用 HTTPS 在 Nexus 上获取工件
SSL: get artifact on Nexus using HTTPS
我有一台运行 Nexus 的服务器,我可以毫无问题地访问 Nexus 并通过 https(浏览器)下载工件。
现在我想通过 https:
使用 wget
获取神器
wget https://195.20.100.100:8081/repository/myrepo/com/myrepo/program/1.0-SNAPSHOT/program.tar.gz
它告诉我:
WARNING: cannot verify 195.20.100.100's certificate, issued by ‘/C=US/ST=Unspecified/L=Unspecified/O=Sonatype/OU=Example/CN=*.195.20.100.100’:
Self-signed certificate encountered.
Proxy request sent, awaiting response... 401 Unauthorized
Authorization failed.
我想知道我必须执行的确切步骤?
提前致谢。
这本身不是 Nexus Repository Manager 问题,我相信您只需要做一些类似于 post 中的答案的事情:
我有一台运行 Nexus 的服务器,我可以毫无问题地访问 Nexus 并通过 https(浏览器)下载工件。
现在我想通过 https:
使用wget
获取神器
wget https://195.20.100.100:8081/repository/myrepo/com/myrepo/program/1.0-SNAPSHOT/program.tar.gz
它告诉我:
WARNING: cannot verify 195.20.100.100's certificate, issued by ‘/C=US/ST=Unspecified/L=Unspecified/O=Sonatype/OU=Example/CN=*.195.20.100.100’:
Self-signed certificate encountered.
Proxy request sent, awaiting response... 401 Unauthorized
Authorization failed.
我想知道我必须执行的确切步骤? 提前致谢。
这本身不是 Nexus Repository Manager 问题,我相信您只需要做一些类似于 post 中的答案的事情: