From 3d06fb9138155179cd209f481762372b76b00581 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Tue, 27 Jan 2009 15:12:08 +0100 Subject: [PATCH] Bug#42366 server-cert.pem expired: "Not After : Jan 27 08:54:13 2009 GMT --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ab3887c6cd4..1dc3ce9ed85 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -132,7 +132,7 @@ our @opt_extra_mysqld_opt; my $opt_compress; my $opt_ssl; -my $opt_skip_ssl; +my $opt_skip_ssl = 1; # Until bug#42366 has been fixed my $opt_ssl_supported; my $opt_ps_protocol; my $opt_sp_protocol;