Hi!

>From MariaDB manual:

have_openssl

    Description: Before MariaDB 10.0.1, have_openssl was an alias for have_ssl. 
Since MariaDB 10.0.1, comparing have_openssl with have_ssl will indicate 
whether YaSSL or openssl was used. If YaSSL, have_ssl will be ON, but 
have_openssl will be OFF.
    Scope: Global
    Dynamic: No 

have_ssl

    Description: If the server supports SSL connections, will be set to YES, 
otherwise will be set to NO. If set to DISABLED, the server was compiled with 
SSL support, but was not started with SSL support (see the mysqld options). See 
also have_openssl.
    Scope: Global
    Dynamic: No 

Did you start with ssl support? If not: the path to take is to either get an 
ssl enabled binary or recompile with ssl option. 

Regards,




-----Original Message-----
From: Christopher Schultz [mailto:ch...@christopherschultz.net] 
Sent: vrijdag 8 april 2016 1:26
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: Encrypted jdbc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Harrie,

On 4/7/16 4:55 PM, Harrie Robins wrote:
> I found MySQL easy to setup. I suspect MariaDB would be setup similar, 
> here a small example:
> 
> Generate keys / certificate's: 
> http://dev.mysql.com/doc/refman/5.5/en/creating-ssl-certs.html
> 
> Import to keystore (for tomcat): 
> https://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-s
sl.html

This
> 
was always my problem:

mysql> show variables like '%ssl%';
+---------------+----------+
| Variable_name | Value    |
+---------------+----------+
| have_openssl  | DISABLED |
| have_ssl      | DISABLED |
...
+---------------+----------+

Debian + Oracle + OpenSSL = :(

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlcG7GwACgkQ9CaO5/Lv0PDAbgCbBoJBjiLdQr2iUWLaid93Pfsi
okkAniXVQPgFEJcWf/1r0CGpyXlJoaXK
=E3uJ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to