8000
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 0d46771 commit a282ee6Copy full SHA for a282ee6
src/test/ssl/t/002_scram.pl
@@ -104,8 +104,8 @@
104
105
# Certificate verification at the connection level should still work fine.
106
$node->connect_ok(
107
- "sslcert=ssl/client.crt sslkey=$client_tmp_key sslrootcert=invalid hostaddr=$SERVERHOSTADDR dbname=verifydb user=ssltestuser channel_binding=require",
108
- "SCRAM with clientcert=verify-full and channel_binding=require",
+ "sslcert=ssl/client.crt sslkey=$client_tmp_key sslrootcert=invalid hostaddr=$SERVERHOSTADDR dbname=verifydb user=ssltestuser",
+ "SCRAM with clientcert=verify-full",
109
log_like => [
110
qr/connection authenticated: identity="ssltestuser" method=scram-sha-256/
111
]);
0 commit comments