Hi
We building a new Zabbix 5 environment on top on RHEL 8 with FIPS Mode enabled.
Only problem is PSK
We get these in the logs
The problems is from (All with PSK enabled)
RHEL8Agent -> RHEL8Server
RHEL8Proxy -> RHEL8Server
But if we set
Server and agent/proxy can talk fine with the server with PSK,
But funny enough, this works
RHEL8Agent -> RHEL7Server (Out current Zabbix 4.4 env, server part is not running fips mode)
I used these docs for help
Anyone using Zabbix 5 in an enterprise environment with hardened server infrastructure?
We building a new Zabbix 5 environment on top on RHEL 8 with FIPS Mode enabled.
Only problem is PSK
We get these in the logs
Code:
failed to accept an incoming connection: from [B]xx-xx-xx-xx[/B]: unspecified certificate verification error: TLS handshake set result code to 1: file crypto/evp/evp_enc.c line 226: error:0607B0C8:digital envelope routines:EVP_CipherInit_ex:disabled for FIPS file ssl/tls13_enc.c line 400: error:14202006:SSL routines:derive_secret_key_and_iv:EVP lib
RHEL8Agent -> RHEL8Server
RHEL8Proxy -> RHEL8Server
But if we set
Code:
sudo fips-mode-setup --disable sudo reboot
But funny enough, this works
RHEL8Agent -> RHEL7Server (Out current Zabbix 4.4 env, server part is not running fips mode)
I used these docs for help
Anyone using Zabbix 5 in an enterprise environment with hardened server infrastructure?
Comment