aboutsummaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
diff options
context:
space:
mode:
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";