You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #2211 but for CentOS. This is probably still an issue with dotnet but maybe powershell can patch it in a similar way as the OS X patch. I haven't found a workaround yet.
An error telling you that there is no runtime context on the thread. Which means the execution reached the validation script block.
Actual behavior
Error:
Exception calling "GetResult" with "0" argument(s): "The libcurl library in
use (7.29.0) and its SSL backend ("NSS/3.19.1 Basic ECC") do not support
custom handling of certificates. A libcurl built with OpenSSL is required."
At line:1 char:1
+ $client.GetStringAsync("https://google.com").GetAwaiter().GetResult()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : PlatformNotSupportedException
This is similar to #2211 but for CentOS. This is probably still an issue with dotnet but maybe powershell can patch it in a similar way as the OS X patch. I haven't found a workaround yet.
Steps to reproduce
Run:
Expected behavior
An error telling you that there is no runtime context on the thread. Which means the execution reached the validation script block.
Actual behavior
Error:
Environment data