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
We support a number of scenarios related to certificates (and will have more coming with client certs in the queue) but we have minimal testing for these. We should add more positive and negative test cases in these areas.
Accept valid server certificate (chain to trusted root)
Accept valid client certificate (chain to trusted root)
Specific invalid certificate failures (expired, wrong EKU, etc.)
Expired server certificate
Expired client certificate
Untrusted server certificate
Untrusted client certificate
Specific look-up mechanisms (hash, principal name, different stores, etc.)
Describe the feature you'd like supported
We support a number of scenarios related to certificates (and will have more coming with client certs in the queue) but we have minimal testing for these. We should add more positive and negative test cases in these areas.
How do different error codes get exposed to the app? Might need core work around exposing individual error codes (might be worth a separate task).
The text was updated successfully, but these errors were encountered: