We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9db08 commit dd87799Copy full SHA for dd87799
src/test/ssl/t/002_scram.pl
@@ -97,7 +97,7 @@
97
copy("ssl/client.key", $client_tmp_key);
98
chmod 0600, $client_tmp_key;
99
test_connect_fails(
100
- "sslcert=ssl/client.crt sslkey=$client_tmp_key hostaddr=$SERVERHOSTADDR",
+ "sslcert=ssl/client.crt sslkey=$client_tmp_key sslrootcert=invalid hostaddr=$SERVERHOSTADDR",
101
"dbname=certdb user=ssltestuser channel_binding=require",
102
qr/channel binding required, but server authenticated client without channel binding/,
103
"Cert authentication and channel_binding=require");
0 commit comments