Displaying 4 results from an estimated 4 matches for "ssl_ctx_set_default_verify_paths".
2020 Jun 08
3
cdr_mysql: Cannot connect to database server - SSL error: SSL_CTX_set_default_verify_paths failed
Hi list!
I'm getting this error frequently:
ERROR[25193][C-0004f387]: cdr_mysql.c:203 mysql_log: Cannot connect to
database server localhost: (2026) SSL connection error:
SSL_CTX_set_default_verify_paths failed
Right now, as a workaround, I reload Asterisk via cron once an hour, and
after the reload everything is fine again _for a while_. Still, over the
course of a month I lose about 12% of my CDRs this way. I guess I could
reload more often but would prefer a real fix, not a workaround. Anyon...
2020 Jun 08
0
cdr_mysql: Cannot connect to database server - SSL error: SSL_CTX_set_default_verify_paths failed
On Monday 08 June 2020 at 12:15:56, Markus wrote:
> Hi list!
>
> I'm getting this error frequently:
>
> ERROR[25193][C-0004f387]: cdr_mysql.c:203 mysql_log: Cannot connect to
> database server localhost: (2026) SSL connection error:
> SSL_CTX_set_default_verify_paths failed
Hmmm... talking to localhost over SSL... seems a bit computationally wasteful.
> Right now, as a workaround, I reload Asterisk via cron once an hour, and
> after the reload everything is fine again _for a while_. Still, over the
> course of a month I lose about 12% of my CDRs this...
2005 Jul 16
1
Compiling under Fedora Core 4 - Problem
...o `SSL_CTX_ctrl'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x381): In
function `new_VioSSLConnectorFd':
: undefined reference to `DH_free'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x394): In
function `new_VioSSLConnectorFd':
: undefined reference to `SSL_CTX_set_default_verify_paths'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x3bc): In
function `new_VioSSLConnectorFd':
: undefined reference to `SSL_load_error_strings'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x3cd): In
function `new_VioSSLConnectorFd':
: undefined reference to `...
2003 Dec 01
0
No subject
...ons.\n");
+ if (cacertFile || cacertDir) {
+ fprintf(stderr, "SSL: Error error setting CA cert locations: %s\n",
+ ERR_error_string(err, NULL));
+ fprintf(stderr, "trying default locations.\n");
+ }
cacertFile = cacertDir = NULL;
if(!SSL_CTX_set_default_verify_paths(sslContext)){
err = ERR_get_error();
Return-Path: <samba@pansar.com.my>
Delivered-To: samba@lists.samba.org
Received: from mail.pansar.com.my (unknown [202.186.172.132]) by
lists.samba.org (Postfix) with SMTP id 04EB945D2 for
<samba@lists.samba.org>; Thu, 2 Aug 2001 0...