After configuring SIEM integration for Network Detection and Response (NDR) using Aria Operations for Logs as the endpoint, the NDR service becomes unstable.
The NDR-SIEM-Sender pod continuously crashes and enters a CrashLoopBackOff state approximately every 7–8 minutes.
The pod logs show repeated SSL errors similar to:
2026-04-15 16:03:14,225 - nsx_ndr_service.siem.siem_sender - ERROR - Failed to send SIEM event notification: HTTPSConnectionPool(host='<vAria ops log server fqdn>', port=9543): Max retries exceeded with url: /api/v2/events (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)')))2026-04-15 16:03:46,269 - nsx_ndr_service.siem.siem_sender - ERROR - Failed to send SIEM event notification: HTTPSConnectionPool(host='<vAria ops log server fqdn>', port=9543): Max retries exceeded with url: /api/v2/events (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)')))2026-04-15 16:04:50,315 - nsx_ndr_service.siem.siem_sender - ERROR - Failed to send SIEM event notification: HTTPSConnectionPool(host='<vAria ops log server fqdn>', port=9543): Max retries exceeded with url: /api/v2/events (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)'))
Due to this issue, NDR fails to consistently forward events to the configured SIEM endpoint.
SSP 5.0 and above
This issue occurs due to SSL certificate validation failure between NDR and the SIEM endpoint.
As per product design, certificate validation is enforced, and untrusted certificates result in connection failure.
Workaround
Disable SSL certificate verification in the SIEM configuration.
This allows the NDR-SIEM-Sender pod to successfully send events
However, this approach reduces security and is not recommended for production environments
Reference document-