diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-17 08:41:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-17 08:41:01 +0000 |
commit | 822f02313ddb9a0bca7ecd66e8758d99ab968b71 (patch) | |
tree | 31bccc73158d95aff526efa0b9d91dcfbb04c726 /tests/httpsserver.pl | |
parent | d934890c1e4f6a6244d6049435d8837614d03b88 (diff) | |
download | curl-822f02313ddb9a0bca7ecd66e8758d99ab968b71.tar.gz |
changed the PEM path
Diffstat (limited to 'tests/httpsserver.pl')
-rw-r--r-- | tests/httpsserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |