A conexão com o ssl mysql sempre falha com o erro 2026

1

Eu tenho a versão do mariadb

10.1.21-MariaDB-1~jessie

(no debian 8) executando um cenário de replicação mestre-servidor via ssl e está funcionando:

MariaDB [(none)]> show slave status\G;
*************************** 1. row ***************************
               Slave_IO_State: Waiting for master to send event
                  Master_Host: <MASTER_FQDN>
                  Master_User: replication_user
                  Master_Port: 3306
                Connect_Retry: 10
              Master_Log_File: sqlmaster-bin.000035
          Read_Master_Log_Pos: 331
               Relay_Log_File: mysqld-relay-bin.000002
                Relay_Log_Pos: 623
        Relay_Master_Log_File: sqlmaster-bin.000035
             Slave_IO_Running: Yes
            Slave_SQL_Running: Yes
              Replicate_Do_DB: 
          Replicate_Ignore_DB: 
           Replicate_Do_Table: 
       Replicate_Ignore_Table: 
      Replicate_Wild_Do_Table: 
  Replicate_Wild_Ignore_Table: 
                   Last_Errno: 0
                   Last_Error: 
                 Skip_Counter: 0
          Exec_Master_Log_Pos: 331
              Relay_Log_Space: 922
              Until_Condition: None
               Until_Log_File: 
                Until_Log_Pos: 0
           Master_SSL_Allowed: Yes
           Master_SSL_CA_File: /etc/mysql/ssl/ca-cert.pem
           Master_SSL_CA_Path: /etc/mysql/ssl/
              Master_SSL_Cert: /etc/mysql/ssl/client-cert.pem
            Master_SSL_Cipher: 
               Master_SSL_Key: /etc/mysql/ssl/client-key.pem
        Seconds_Behind_Master: 0
Master_SSL_Verify_Server_Cert: Yes
                Last_IO_Errno: 0
                Last_IO_Error: 
               Last_SQL_Errno: 0
               Last_SQL_Error: 
  Replicate_Ignore_Server_Ids: 
             Master_Server_Id: 1
               Master_SSL_Crl: /etc/mysql/ssl/ca-cert.pem
           Master_SSL_Crlpath: /etc/mysql/ssl/
                   Using_Gtid: Current_Pos
                  Gtid_IO_Pos: 0-1-440
      Replicate_Do_Domain_Ids: 
  Replicate_Ignore_Domain_Ids: 
                Parallel_Mode: conservative
1 row in set (0.00 sec)

O problema é que não importa qual cliente eu tente conectar com o servidor (workbench, navicat, heidisql, outras instâncias mysql, outras instâncias do windows mysql.exe etc) eu recebo este erro:

ERROR 2026 (HY000): SSL connection error: unknown error number

Eu realmente não sei como consertar isso, eu tenho trabalhado nisso por 8 horas + :) Por favor, ajude.

    
por Horatiu 22.02.2017 / 00:27

0 respostas