分类

链接

2019 年 10 月
 123456
78910111213
14151617181920
21222324252627
28293031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > .NET, LINUX > 正文
共享办公室出租
linux下dotnet restore报SSL证书错误
.NET, LINUX 暂无评论 阅读(413)

linux下dotnet restore报SSL证书错误:

  1. + dotnet restore
  2. /usr/share/dotnet/sdk/2.1.802/NuGet.targets(123,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/var/lib/jenkins/workspace/api-deploy/api.src/Yoga.sln]
  3. /usr/share/dotnet/sdk/2.1.802/NuGet.targets(123,5): error :   The SSL connection could not be established, see inner exception. [/var/lib/jenkins/workspace/api-deploy/api.src/Yoga.sln]
  4. /usr/share/dotnet/sdk/2.1.802/NuGet.targets(123,5): error :   The remote certificate is invalid according to the validation procedure. [/var/lib/jenkins/workspace/api-deploy/api.src/Yoga.sln]
  5. Build step 'Execute shell' marked build as failure

使用curl https://www.baidu.com访问https时,报SSL错误:

  1. curl 77 Problem with the SSL CA cert

解决办法:

  1.  
  2. rm -/etc/ssl/certs/ca-bundle.crt >> yum reinstall -y ca-certificates
  3. export SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt

 

 

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:linux下dotnet restore报SSL证书错误 | Bruce's Blog

发表评论

留言无头像?