ERROR 2026 (HY000): SSL connection error: error:00000005:lib(0):func(0):DH lib - mysql

I am trying to run mysql delete script on .bat file in between of the execution getting exception as
ERROR 2026 (HY000): SSL connection error: error:00000005:lib(0):func(0):DH lib
PLease sugest. Its not happending everytime.
for query : SHOW VARIABLES LIKE '%ssl%'; getting below result as
have_ssl =YES and have_openssl=YES

Related

MySQL Workbench 8.0.26 data export SSL connection error 2026

I'm using MYSQL Workbench version 8.0.26 in my server dump in version 5.6.10. I already have the option in the Manage Server Connection "Use SSL = NO", but whenever i connect into it and try to EXPORT DATA, the process fails and the following error is presented:
mysqldump: Got error: 2026: SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol when trying to connect
Already tried to reinstall or disabling the SSL again, but no success, still the same error, does anyone have any clue what can it be?

Facing a SMTP ERROR on phpmailer all of a sudden

My PHPMAILER script has been working fine until couple days ago with the following message - nothing has changed as far as I am aware
Any idea ?
Thanks
SSL loaded Server -> Client: +OK <30126.1635064119#pop.w14.httpserveur.net> Server -> Client: +OK Server -> Client: +OK Server -> Client:
debug level 3; message: Connection: opening to ssl://46.105.44.1:465, timeout=300, options=array()
debug level 3; message: Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed [/home/clients/cineferte.fr/http/mail/phpmailer/phpmailer/src/SMTP.php line 394]
debug level 3; message: Connection failed. Error #2: stream_socket_client(): Failed to enable crypto [/home/clients/cineferte.fr/http/mail/phpmailer/phpmailer/src/SMTP.php line 394]
debug level 3; message: Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://46.105.44.1:465 (Unknown error) [/home/clients/cineferte.fr/http/mail/phpmailer/phpmailer/src/SMTP.php line 394]
debug level 1; message: SMTP ERROR: Failed to connect to server: (0)
debug level 3; message: SMTP connect() failed.
https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Message could not be sent. Mailer Error: SMTP connect() failed.

Warning: Error in .local: Failed to connect to database: Error: Unknown database 'shinyapps'

I am connecting to my mysql database with shiny in R. I got the error message as shown in the title. What am I missing? Thanks.

Installing JasperServer 6.3.0 on CentOs 7 ISSUE

Try installing JasperServer 6.3.0 on CentOs 7, when I execute ./js-install-ce.sh
I got this message error:
BUILD FAILED
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:494:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:375:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/conf_source/db/mysql/db.xml:65:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:433:
The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/validation.xml:469:
Database doesn't exist. Treating problem with JDBC connection as unrecoverable
Please if you have any suggestion will be appreciated.
Regards
I have fixed by my own, the solution was configuring a user on MySQL with all privileges and open port 3306 on the server

Getting error:Peer authentication failed while connecting octave to psql database

I am trying to connect to a psql database from octave but getting a peer authentication failed error.
error: FATAL: Peer authentication failed for user
error: PQ connection attempt failed
check your pg_hba.conf file I think in that file there is no entry of your current user.
or see the link