Commit 8b0668b9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

skip the chmod

parent 8471a82c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";