Doing simple HTTP agent probe on HTTPS, got error
Currently using Zabbix 6.2.6 on Ubuntu 20.04. It was working before on Zabbix 6.0 and Ubuntu 18.04.
The only solution I found is to modify openssl config with
It didn't help and I'm not sure Zabbix uses this file ever.
Please help.
Cannot perform request: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small
The only solution I found is to modify openssl config with
MinProtocol = TLSv1.2
CipherString = DEFAULT:@SECLEVEL=1
CipherString = DEFAULT:@SECLEVEL=1
Please help.
Comment