diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl
index 1483f2bc4db7402a0c449ed9b4cd2aa6efecc546..bf7b6e9d43a222465ae65c2306714a3bc08a54ff 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";