在1个wifi上的docker中,dotnet恢复失败,其他

时间:2018-11-08 07:42:41

标签: docker .net-core nuget wificonfiguration

我的dotnet核心应用程序的本地版本在microsoft / dotnet:2.1-sdk映像中运行。这个dotnet恢复部分在大多数连接上都可以正常工作,但是我可以在其中工作的1个wifi连接却出现如下错误:

Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/index.json'.
The SSL connection could not be established, see inner exception.
Authentication failed because the remote party has closed the transport stream. 

如果我尝试使用curl通过手动运行图像来获取json文件,则可以正常运行:

PS C:\Dev\src\Deployment> docker run -it 6baac bash
root@99660525f031:/# curl https://api.nuget.org/v3- 
flatcontainer/system.buffers/index.json --ssl
{
  "versions": [
    "4.0.0-rc2-24027",
    "4.0.0",
...

我试图“忘记”连接并重新建立连接。香港专业教育学院试图重新安装Docker。香港专业教育学院试图站在我的头上。似乎没有任何效果-除非我搬到另一个位置并使用其他wifi连接(或我留在另一个国家的扩展坞)。

这对任何人有意义吗?

0 个答案:

没有答案