<div dir="ltr"><div dir="ltr">On Mon, 8 Jun 2020 at 05:18, Markus <<a href="mailto:universe@truemetal.org">universe@truemetal.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi list!<br>
<br>
I'm getting this error frequently:<br>
<br>
ERROR[25193][C-0004f387]: cdr_mysql.c:203 mysql_log: Cannot connect to <br>
database server localhost: (2026) SSL connection error: <br>
SSL_CTX_set_default_verify_paths failed<br></blockquote><div>"SSL_CTX_set_default_verify_paths() specifies that the default locations from which CA certificates are loaded should be used." (<a href="https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_set_default_verify_paths.html">https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_set_default_verify_paths.html</a>)</div><div><br></div><div>"The SSL_CTX_set_default_verify_paths failed error occurs if paths to any of the certificate files are invalid (either missing or have incorrect permissions)." (<a href="https://stackoverflow.com/questions/27031318/what-does-this-error-mean-in-mariadb-ssl-error-2026-hy000-ssl-connection-e/45083610">https://stackoverflow.com/questions/27031318/what-does-this-error-mean-in-mariadb-ssl-error-2026-hy000-ssl-connection-e/45083610</a>)</div><div><br></div><div>Sounds to me like your CApath / CAfile being used by MySQL doesn't exist, and so it's unable to verify the certificate. You can try some of the answers in that stack overflow thread... or just don't use SSL to connect to a local MySQL instance. Unless you've done some weird configuration, only the same user as one of the processes, or root, has the ability to eavesdrop; and both could eavesdrop by attaching to the process (i.e. with a debugger) even with SSL enabled.</div></div></div>