Hey,
im using zabbix server 4.0.4
proxy 4.0.8
i have defined TLS connection using a certificate:
proxy conf:
TLSConnect=cert
TLSAccept=cert
TLSCAFile=/etc/zabbix/keys/zabbix-ca.crt
TLSCertFile=/etc/zabbix/keys/zabbix-server.crt
TLSKeyFile=/etc/zabbix/keys/zabbix-server.key
agent_conf:
TLSConnect=cert
TLSAccept=cert
TLSCAFile=/etc/zabbix/keys/zabbix-ca.crt
TLSCertFile=/etc/zabbix/keys/zabbix-server.crt
TLSKeyFile=/etc/zabbix/keys/zabbix-server.key
at gui - >
Administration - > proxies -> proxy1 - > Encryption -> cert & no encrypt (cause its passive)
hosts - > proxy1 -> Encryption cert & cert
i get these errors in the server :
4707:20190721:125820.041 failed to accept an incoming connection: from proxy1: reading first byte from connection failed: [104] Connection reset by peer
cannot connect to proxy "proxy1": TCP successful, cannot establish TLS to [[proxy1]:10051]: SSL_connect() I/O error: [104] Connection reset by peer
and at proxy logs :
31308:20190721:060419.537 active check configuration update from [zabbixserver:10051] started to fail (TCP successful, cannot establish TLS to [[zabbixserver]:10051]: SSL_connect() I/O error: [104] Connection reset by peer)
telnet both ways works :
10050
10051
one way from proxy to server:
443
i dont get why 443 is not open to listen immidietly when i set TLS configuration at proxy setting.
i dont know if its related but i have another proxy same setting, 443 one way and works
thanks
im using zabbix server 4.0.4
proxy 4.0.8
i have defined TLS connection using a certificate:
proxy conf:
TLSConnect=cert
TLSAccept=cert
TLSCAFile=/etc/zabbix/keys/zabbix-ca.crt
TLSCertFile=/etc/zabbix/keys/zabbix-server.crt
TLSKeyFile=/etc/zabbix/keys/zabbix-server.key
agent_conf:
TLSConnect=cert
TLSAccept=cert
TLSCAFile=/etc/zabbix/keys/zabbix-ca.crt
TLSCertFile=/etc/zabbix/keys/zabbix-server.crt
TLSKeyFile=/etc/zabbix/keys/zabbix-server.key
at gui - >
Administration - > proxies -> proxy1 - > Encryption -> cert & no encrypt (cause its passive)
hosts - > proxy1 -> Encryption cert & cert
i get these errors in the server :
4707:20190721:125820.041 failed to accept an incoming connection: from proxy1: reading first byte from connection failed: [104] Connection reset by peer
cannot connect to proxy "proxy1": TCP successful, cannot establish TLS to [[proxy1]:10051]: SSL_connect() I/O error: [104] Connection reset by peer
and at proxy logs :
31308:20190721:060419.537 active check configuration update from [zabbixserver:10051] started to fail (TCP successful, cannot establish TLS to [[zabbixserver]:10051]: SSL_connect() I/O error: [104] Connection reset by peer)
telnet both ways works :
10050
10051
one way from proxy to server:
443
i dont get why 443 is not open to listen immidietly when i set TLS configuration at proxy setting.
i dont know if its related but i have another proxy same setting, 443 one way and works
thanks
Comment