-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error during restoring packages on Ubuntu #4089
Comments
@AndreyAkinshin are you running the latest Mono 3.12? This is a common issue on earlier versions where the CA root certificates aren't imported in Mono's trust store automatically (you needed to run |
Yes.
It helps, thanks! Can you update the wiki? |
@AndreyAkinshin It should work automatically on Mono 3.12, presuming you've installed from the mono-project.com packages (there's an install hook in those packages that runs the new cert-sync tool, mozroots shouldn't be required anymore). Did you maybe compile Mono from source? |
Yes. |
That explains it then ;) You should be able to run |
I've added a "NOTE" in the wiki. Let me know if you think that'll keep others from falling into this cleverly laid trap. 😄 |
@MattWhilden thanks :) Can we change the first part of the sentence to "This assumes you installed Mono from..." and link to the specifc comment with the solution? |
Done. Let me know if anything else needs fixing up. |
Quick note: besides certificate installation, it seems that Mono fails on TLS when |
I'm trying to install coreclr on Ubuntu 14.04 (https://github.com/dotnet/coreclr/wiki/Linux-instructions)
The command
prints:
Also I haven't found the dotnet-corefx feed on myget. What should I do for restoring packages?
The text was updated successfully, but these errors were encountered: