]> granicus.if.org Git - curl/commitdiff
skip the chmod
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2003 15:09:20 +0000 (15:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2003 15:09:20 +0000 (15:09 +0000)
tests/httpsserver.pl

index 19e4061eca54a409a14f827e6f6b1883aca88bc6..10e32bf42f64df20e00fa0b41d3fddd0f5e0a471 100644 (file)
@@ -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";