diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-21 15:09:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-21 15:09:20 +0000 |
commit | 8b0668b99e890174d33898fa1413b1d2d2f52e88 (patch) | |
tree | 610c323292d0571261690a9ca1b1811b8a1302b2 | |
parent | 8471a82c85b29c383e91e62d2e76bb2e700928d2 (diff) |
skip the chmod
-rw-r--r-- | tests/httpsserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |