diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl
index e20819c69bcb00b9a577cb81c8c9f5f6a550e3aa..62abb6f7c5339736bdf6e4c8e74702baf82e9096 100644
--- a/tests/httpsserver.pl
+++ b/tests/httpsserver.pl
@@ -133,9 +133,9 @@ if($verbose) {
 my $rc = system($cmd);
 
 $rc >>= 8;
-if($rc) {
-    print STDERR "stunnel exited with $rc!\n";
-}
+#if($rc) {
+#    print STDERR "stunnel exited with $rc!\n";
+#}
 
 unlink $conffile;