From 822f02313ddb9a0bca7ecd66e8758d99ab968b71 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Sep 2001 08:41:01 +0000 Subject: changed the PEM path --- tests/httpsserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl index 1483f2bc4..bf7b6e9d4 100644 --- a/tests/httpsserver.pl +++ b/tests/httpsserver.pl @@ -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"; -- cgit v1.2.3