We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ae2fa commit 286c0abCopy full SHA for 286c0ab
src/test/ssl/t/002_scram.pl
@@ -68,7 +68,7 @@
68
{
69
test_connect_fails($common_connstr,
70
"scram_channel_binding=tls-server-end-point",
71
- qr/unsupported SCRAM channel-binding type/,
+ qr/channel binding type "tls-server-end-point" is not supported by this build/,
72
"SCRAM authentication with tls-server-end-point as channel binding");
73
}
74
0 commit comments