Commit 1c350f40 authored by Joe Lee's avatar Joe Lee

tls-test: Update error message to match new boringssl behavior

Introduced in 58d56f4c5 ("Enable TLS 1.3 by default").
parent 24f4e735
......@@ -531,7 +531,7 @@ KJ_TEST("TLS client certificate verification") {
serverPromise.wait(test.io.waitScope));
KJ_EXPECT_THROW_MESSAGE(
SSL_MESSAGE("alert", // "alert handshake failure" or "alert certificate required"
"SSLV3_ALERT_HANDSHAKE_FAILURE"),
"TLSV1_CERTIFICATE_REQUIRED"),
clientPromise.wait(test.io.waitScope));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment