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
Due to an upstream incompatibility between CoreFX and macOS's implementation of curl (dotnet/corefx#19718), the addition of Client Certificate Authentication in PowerShell 6 (#4546) presents the user with an error on macOS when attempting to use -Certificate with Invoke-Webrequest and Invoke-RestMethod
Due to an upstream incompatibility between CoreFX and macOS's implementation of curl (dotnet/corefx#19718), the addition of Client Certificate Authentication in PowerShell 6 (#4546) presents the user with an error on macOS when attempting to use
-CertificatewithInvoke-WebrequestandInvoke-RestMethodSteps to reproduce
Expected behavior
Actual behavior
An error message containing the following:
Environment data
on macOS 10.12
References
#3648