Commit f96f4811 authored by Peter Eisentraut's avatar Peter Eisentraut

In SSL tests, restart after pg_hba.conf changes

This prevents silently using a wrong configuration, similar to
b4e2ada3.
parent ff18115a
...@@ -143,7 +143,7 @@ sub switch_server_cert ...@@ -143,7 +143,7 @@ sub switch_server_cert
print $sslconf "ssl_crl_file='root+client.crl'\n"; print $sslconf "ssl_crl_file='root+client.crl'\n";
close $sslconf; close $sslconf;
$node->reload; $node->restart;
} }
sub configure_hba_for_ssl sub configure_hba_for_ssl
......
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