From 8b0668b99e890174d33898fa1413b1d2d2f52e88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jan 2003 15:09:20 +0000 Subject: skip the chmod --- tests/httpsserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl index 19e4061ec..10e32bf42 100644 --- a/tests/httpsserver.pl +++ b/tests/httpsserver.pl @@ -69,7 +69,7 @@ print CONF " connect = $target_port "; close CONF; -system("chmod go-rwx $conffile $certfile"); # secure permissions +#system("chmod go-rwx $conffile $certfile"); # secure permissions # works only with stunnel versions < 4.00 my $cmd="$stunnel -p $certfile -P $pidfile -d $port -r $target_port 2>/dev/null"; -- cgit v1.2.3