是否可以在没有ssl验证的情况下推送到nuget存储库?

时间:2017-02-09 11:13:17

标签: ssl nuget nexus

我想从Windows 2012 R2服务器推送到内部(局域网内)nuget存储库(托管在Nexus版本3上)。是否可以通过git push推送到此存储库并忽略ssl验证?

例如使用git可以执行git config http.sslVerify false,可以使用nuget push命令执行类似的操作吗?我有一个谷歌但没有出现。

我的nuget命令是:

nuget push my.nuget.package.version.nupkg -Source https://nexus.repo.local/repo -apikey {apikey}

我目前收到此错误:The remote certificate is invalid according to the validation procedure.

1 个答案:

答案 0 :(得分:0)

我还没有找到一种方法来做你想做的事(我想要男孩),但是如果你可以在自己的CA上安装自签名证书,你就可以在客户端上安装那个受信任的CA.绕过这个问题。