1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#42366 server-cert.pem expired: "Not After : Jan 27 08:54:13 2009 GMT

- remove the disbling of all ssl_* tests now when certs are fixed.
This commit is contained in:
Magnus Svensson
2009-02-06 15:09:15 +01:00
parent 0b439b3070
commit 0ea110d858

View File

@ -132,7 +132,7 @@ our @opt_extra_mysqld_opt;
my $opt_compress;
my $opt_ssl;
my $opt_skip_ssl = 1; # Until bug#42366 has been fixed
my $opt_skip_ssl;
my $opt_ssl_supported;
my $opt_ps_protocol;
my $opt_sp_protocol;