mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
In SSL tests, restart after pg_hba.conf changes
This prevents silently using a wrong configuration, similar to b4e2ada347bd8ae941171bd0761462e5b11b765d.
This commit is contained in:
parent
ff18115ae9
commit
f96f48113f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user