-
There seems to be some permission or NuGet client configuration when bootstrapping under SSH shell at least on some clusters. Full error stack trace below:
We did confirm that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It turns out this is related to the way Mono handles certificates by having its own separate certificate store. In the documentation there is mention of a built-in tool to sync certificates with the system, but the actual examples are tucked away in the Release Notes for Mono 3.12.0. The command for Debian systems is reproduced below for reference:
This might still fail if you don't have root access to your system, in which case it might help to run the command with the
|
Beta Was this translation helpful? Give feedback.
It turns out this is related to the way Mono handles certificates by having its own separate certificate store.
In the documentation there is mention of a built-in tool to sync certificates with the system, but the actual examples are tucked away in the Release Notes for Mono 3.12.0. The command for Debian systems is reproduced below for reference:
This might still fail if you don't have root access to your system, in which case it might help to run the command with the
--user
flag: