mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
@ -78,7 +78,7 @@ else
|
|||||||
test_connect_fails(
|
test_connect_fails(
|
||||||
$common_connstr,
|
$common_connstr,
|
||||||
"user=ssltestuser channel_binding=require",
|
"user=ssltestuser channel_binding=require",
|
||||||
qr/could not connect to server: channel binding is required, but server did not offer an authentication method that supports channel binding/,
|
qr/channel binding is required, but server did not offer an authentication method that supports channel binding/,
|
||||||
"SCRAM with SSL and channel_binding=require");
|
"SCRAM with SSL and channel_binding=require");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user