Root_Certificate_Installed [CondtionalFact] is not aware of Linux nuances #1380
Labels
infrastructure
Issues related to the build, packaging, testing or related areas.
Milestone
Root_Certificate_Installed will check whether or not a certificate is installed on the box, but only by using the X509 APIs available to .NET.
In Linux/OS X, we must also install the certificate to the system's root store for HTTP scenarios to work; merely installing it to the user root store will not work - which is what Root_Certificate_Installed does.
We either need to:
The text was updated successfully, but these errors were encountered: