Helllo, i'm trying to set the certificate based encryption on my zabbix server, i did the following steps
1. Generate a .csr and .key file on the local server.
2. Sign the certificates with my company Microsoft CA.
3. Put the signed certificate, keyfile and CA ROOT certificate on the configuration file.
I did this steps on the server, and then i set the same three certificates on the agent on the same server (because i have the agent installed on the server too).
But the zabbix_agent log is sending me this information:
End of zbx_tls_accept():FAIL error:'TLS connection has been closed during handshake: file s3_pkt.c line 1259: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48: TLS read fatal alert "unknown CA"'
28126:20160801:163140.752 failed to accept an incoming connection: from 127.0.0.1: TLS connection has been closed during handshake: file s3_pkt.c line 1259: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48: TLS read fatal alert "unknown CA"
28124:20160801:163141.596 __zbx_zbx_setproctitle() title:'collector [processing data]'
Anyone have any idea about this errors?
Regards!
1. Generate a .csr and .key file on the local server.
2. Sign the certificates with my company Microsoft CA.
3. Put the signed certificate, keyfile and CA ROOT certificate on the configuration file.
I did this steps on the server, and then i set the same three certificates on the agent on the same server (because i have the agent installed on the server too).
But the zabbix_agent log is sending me this information:
End of zbx_tls_accept():FAIL error:'TLS connection has been closed during handshake: file s3_pkt.c line 1259: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48: TLS read fatal alert "unknown CA"'
28126:20160801:163140.752 failed to accept an incoming connection: from 127.0.0.1: TLS connection has been closed during handshake: file s3_pkt.c line 1259: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48: TLS read fatal alert "unknown CA"
28124:20160801:163141.596 __zbx_zbx_setproctitle() title:'collector [processing data]'
Anyone have any idea about this errors?
Regards!
Comment