I've been setting up Zabbix Proxies using Ansible and after we upgraded to 6.0.4, we were unable to setup a new proxy using the zabbix.proxy role with tls_connect configured. I get this error.
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Failed to create proxy dev-zabbix-proxy.dev.internal: ('Error -32602: Invalid params., Invalid parameter "/1/tls_connect": unexpected value "2". while sending {"jsonrpc": "2.0", "method": "proxy.create", "params": {"host": "dev-zabbix-proxy.dev.internal", "status": "5", "tls_connect": "2", "tls_accept": "2", "tls_psk_identity": "PSK : dev-zabbix-proxy.dev.internal", "tls_psk": "*********"}, "auth": "*************", "id": 3}', -32602)"}
So I went into the WebUI and tried to create an new Proxy and the option to change Connections to proxy is greyed out.

I've also checked existing proxies that were configured prior to 6.0.4 and they were configured with Connections to proxy PSK enabled, but I am unable to change that now as the option is greyed out for them as well.

Is anyone else seeing this issue? I also upgrade to 6.0.5 and the problem remains.
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Failed to create proxy dev-zabbix-proxy.dev.internal: ('Error -32602: Invalid params., Invalid parameter "/1/tls_connect": unexpected value "2". while sending {"jsonrpc": "2.0", "method": "proxy.create", "params": {"host": "dev-zabbix-proxy.dev.internal", "status": "5", "tls_connect": "2", "tls_accept": "2", "tls_psk_identity": "PSK : dev-zabbix-proxy.dev.internal", "tls_psk": "*********"}, "auth": "*************", "id": 3}', -32602)"}
So I went into the WebUI and tried to create an new Proxy and the option to change Connections to proxy is greyed out.
I've also checked existing proxies that were configured prior to 6.0.4 and they were configured with Connections to proxy PSK enabled, but I am unable to change that now as the option is greyed out for them as well.
Is anyone else seeing this issue? I also upgrade to 6.0.5 and the problem remains.
Thanks again.
Comment