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
I'm not sure this check is right: it looks like this part of the test is meant to check that a client can't connect using the wrong certificate, and this check is asserting it won't trust a self-signed certificate. That's not quite the same thing. I think we need either add_root_certificate or danger_accept_invalid_certs in order to test that the client accepts the self-signed cert but fails due to the incorrect certificate being used.
The text was updated successfully, but these errors were encountered:
Theses tests are intended to validate what happens when we use the wrong certificate to connect to a silo
omicron/nexus/tests/integration_tests/certificates.rs
Lines 588 to 627 in ea2f4d2
As @jmpesp notes:
The text was updated successfully, but these errors were encountered: