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
When we use a trusted fingerprint for our ca, the behavior is very different than using a ca cert.
Let's make this behavior super friendly to users and instead of printing
no CA certificate matching the fingerprint let's add the fingerprint to the log message!
Similarly, if the peer certificate we're looking at does not contain a CA cert, because Elasticsearch's cert is not a full chain, let's print that too.
This way, everyone will be very happy
The text was updated successfully, but these errors were encountered:
When we use a trusted fingerprint for our ca, the behavior is very different than using a ca cert.
Let's make this behavior super friendly to users and instead of printing
no CA certificate matching the fingerprint
let's add the fingerprint to the log message!Similarly, if the peer certificate we're looking at does not contain a CA cert, because Elasticsearch's cert is not a full chain, let's print that too.
This way, everyone will be very happy
The text was updated successfully, but these errors were encountered: