Hello,
we have been using Zabbix to monitor a number of Asterisk based PBX appliances for quite some time now leveraging the "Asterisk by HTTP" template. Well recently we started trying to dive into some noise that comes along with this when leveraging TLS, every time the system gets polled we get an error on the asterisk side that reads:
My assumption is that the Zabbix polling script isn't properly handling the TLS connection as everything on the Asterisk side seems to be configured correctly and we don't get the error using other tools including the openssl client from the Zabbix server itself or directly accessing the AMI interface from another machine. Is there someone here more familiar with the JavaScript preprocessing and how it handles SSL?
we have been using Zabbix to monitor a number of Asterisk based PBX appliances for quite some time now leveraging the "Asterisk by HTTP" template. Well recently we started trying to dive into some noise that comes along with this when leveraging TLS, every time the system gets polled we get an error on the asterisk side that reads:
ERROR[8114] iostream.c: Problem setting up ssl connection: error:00000005:lib(0):func(0)
H lib, System call EOF
H lib, System call EOF
My assumption is that the Zabbix polling script isn't properly handling the TLS connection as everything on the Asterisk side seems to be configured correctly and we don't get the error using other tools including the openssl client from the Zabbix server itself or directly accessing the AMI interface from another machine. Is there someone here more familiar with the JavaScript preprocessing and how it handles SSL?
Comment