Hello.
Zabbix Server version: 5.0
Zabbix Agent2 version: 5.0
Single node MongoDB server with a TLS certificate signed by CA
It seems that Zabbix doesn't know how to work through a secure tcp connection to the MongoDB server.
mongod.conf:
net:
port: 27017
bindIp: 0.0.0.0
ssl:
FIPSMode: true
mode: requireSSL
PEMKeyFile: /etc/pki/tls/certs/key.pem
disabledProtocols: TLS1_0,TLS1_1
zabbix_get -s mongo-host -k 'mongodb.ping["tcp://mongo-host:27017","zabbix","***"j'
0
mongod.log:
2023-10-18T06:21:03.233+0000 I NETWORK [conn108412] Error receiving request from client: SSLHandshakeFailed: The server is configured to only allow SSL connections. Ending connection from 192.x.x.x:35750 (connection id: 108412)
Please tell how to get around the problem?
Zabbix Server version: 5.0
Zabbix Agent2 version: 5.0
Single node MongoDB server with a TLS certificate signed by CA
It seems that Zabbix doesn't know how to work through a secure tcp connection to the MongoDB server.
mongod.conf:
net:
port: 27017
bindIp: 0.0.0.0
ssl:
FIPSMode: true
mode: requireSSL
PEMKeyFile: /etc/pki/tls/certs/key.pem
disabledProtocols: TLS1_0,TLS1_1
zabbix_get -s mongo-host -k 'mongodb.ping["tcp://mongo-host:27017","zabbix","***"j'
0
mongod.log:
2023-10-18T06:21:03.233+0000 I NETWORK [conn108412] Error receiving request from client: SSLHandshakeFailed: The server is configured to only allow SSL connections. Ending connection from 192.x.x.x:35750 (connection id: 108412)
Please tell how to get around the problem?
Comment