Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f96f481

Browse files
committed
In SSL tests, restart after pg_hba.conf changes
This prevents silently using a wrong configuration, similar to b4e2ada.
1 parent ff18115 commit f96f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ssl/ServerSetup.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sub switch_server_cert
143143
print $sslconf "ssl_crl_file='root+client.crl'\n";
144144
close $sslconf;
145145

146-
$node->reload;
146+
$node->restart;
147147
}
148148

149149
sub configure_hba_for_ssl

0 commit comments

Comments
 (0)