aboutsummaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-21 15:09:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-21 15:09:20 +0000
commit8b0668b99e890174d33898fa1413b1d2d2f52e88 (patch)
tree610c323292d0571261690a9ca1b1811b8a1302b2 /tests/httpsserver.pl
parent8471a82c85b29c383e91e62d2e76bb2e700928d2 (diff)
skip the chmod
Diffstat (limited to 'tests/httpsserver.pl')
-rw-r--r--tests/httpsserver.pl2
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";