mono 4.1.0上的证书安装错误

mono 4.1.0上的证书安装错误,mono,dnx,Mono,Dnx,我想用最新版本的Mono在Linux上运行aspnet 5.0。我能够从github/master成功安装mono 4.1.0。当我试图安装证书时,出现以下错误 如果图像不清晰,错误会显示 System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mo

我想用最新版本的Mono在Linux上运行aspnet 5.0。我能够从github/master成功安装mono 4.1.0。当我试图安装证书时,出现以下错误

如果图像不清晰,错误会显示

System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: The authentication or decryption has failed.
有人面对这个问题并有解决方案吗?我无法继续安装aspnet软件包,除非这已修复,并且我无法从在线搜索中获得任何解决方案。其他信息,当我运行'sudomozroot--import--sync'时,我会得到错误

sudo mozroots --import --sync
Mozilla Roots Importer - version 4.1.0.0
Download and import trusted root certificates from Mozilla's MXR.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Downloading from 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1'...
Couldn't retrieve the file using the supplied information.

似乎
mozroot
是你的问题。作为解决方法,您可以执行以下操作:

 wget -q 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1' -O "/tmp/certdata.txt" 
 mozroots --import --ask-remove --file /tmp/certdata.txt
完整的故事可以在这里找到:

更好的是


我也有这个问题,但我还没能解决。@jdasilva:我在bugzilla上打开了一个bug,希望能从mono上听到一些人的声音team@SuhasJoshi,错误id/链接是什么?
Console.WriteLine ("WARNING: mozroots is deprecated, please move to cert-sync instead.");