Displaying 4 results from an estimated 4 matches for "ssl_capath".
Did you mean:
ssl_ca_path
2015 Mar 12
3
mysql replication - problems
...--------+--------------------------------+
| Variable_name | Value |
+---------------+--------------------------------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |
| ssl_ca | /etc/pki/CA/certs/ca.crt |
| ssl_capath | |
| ssl_cert | /etc/pki/tls/certs/mysql.crt |
| ssl_cipher | |
| ssl_key | /etc/pki/tls/private/mysql.key |
+---------------+--------------------------------+
7 rows in set (0.01 sec)
On the slave:
mysql> show v...
2015 Mar 12
0
mysql replication - problems
...-----------+
> | Variable_name | Value |
> +---------------+--------------------------------+
> | have_openssl | DISABLED |
> | have_ssl | DISABLED |
> | ssl_ca | /etc/pki/CA/certs/ca.crt |
> | ssl_capath | |
> | ssl_cert | /etc/pki/tls/certs/mysql.crt |
> | ssl_cipher | |
> | ssl_key | /etc/pki/tls/private/mysql.key |
> +---------------+--------------------------------+
> 7 rows in set (0.01 sec)
>
&g...
2015 Mar 12
3
mysql replication - problems
...--------+--------------------------------+
| Variable_name | Value |
+---------------+--------------------------------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |
| ssl_ca | /etc/pki/CA/certs/ca.crt |
| ssl_capath | |
| ssl_cert | /etc/pki/tls/certs/mysql.crt |
| ssl_cipher | |
| ssl_key | /etc/pki/tls/private/mysql.key |
+---------------+--------------------------------+
7 rows in set (0.00 sec)
Do you think I'm going abou...
2015 Mar 12
2
mysql replication - problems
>
> No: /etc/pki/CA should NOT be group writeable. Ditto for
> /etc/pki/tls/cernts and private
Ok, yeah I can understand that. I'll correct it. Still need a way to get
SSL enabled however. Any suggestions there?
Thanks
Tim
On Thu, Mar 12, 2015 at 11:40 AM, <m.roth at 5-cent.us> wrote:
> Tim Dunphy wrote:
> >>
> >> The mysqld process runs as the mysql