Skip to content

Commit 967a4b0

Browse files
committed
Fix ssl tests
facde2a introduced a typo during rebasing.
1 parent 8cfeaec commit 967a4b0

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
@@ -102,7 +102,7 @@ sub switch_server_cert
102102

103103
open my $sslconf, '>', "$pgdata/sslconfig.conf";
104104
print $sslconf "ssl=on\n";
105-
print $sslconf "ssl_ca_file='root+client_ca.crt'\n";
105+
print $sslconf "ssl_ca_file='$cafile.crt'\n";
106106
print $sslconf "ssl_cert_file='$certfile.crt'\n";
107107
print $sslconf "ssl_key_file='$certfile.key'\n";
108108
print $sslconf "ssl_crl_file='root+client.crl'\n";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy