changed the PEM path
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Sep 2001 08:41:01 +0000 (08:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Sep 2001 08:41:01 +0000 (08:41 +0000)
tests/httpsserver.pl

index 1483f2b..bf7b6e9 100644 (file)
@@ -43,7 +43,7 @@ do {
 
 my $path = `pwd`;
 chomp $path;
-my $cmd = "$stunnel -p $path/data/stunnel.pem -P $path/.https.pid -d $port -r $http";
+my $cmd = "$stunnel -p $path/stunnel.pem -P $path/.https.pid -d $port -r $http";
 
 if($verbose) {
     print "$cmd\n";