I just worked a long case with support on this. I included the link to this discussion in that ticket. Below is information from support, some of which is above, but not all...
The purpose of the case was to get HTTP Receiver Log Source to use a signed cert.
Currently the HTTP Receiver in the UI setup doesn't allow you to change the cert it uses.
Currently the HTTP Receiver uses the "Generated cert" , this cert is created when the Console or Managed Host is built.
The cert is located under /opt/qradar/conf/trusted_certificates/
The two cert / key files are syslog-tls.cert and syslog-tls.key
To use a signed cert this means replacing the current syslog-tls.cert and syslog-tls.key this also this needs to get loaded into the keystore
/opt/qradar/conf/syslog-tls.keystore
this can be done using the script
/opt/qradar/bin/syslog-tls-import.sh
Two things needs to be considered prior to making these changes to the syslog-tls.cert
1) are there any tls-syslog log sources using the "Generated cert"
2) are there any Managed WinCollect agents setup to use the Console or Managed Host as a Managed Console
If you have Managed WinCollect agents using the Console as a Managed Console the certificate they used will need to replaced on them and will NOT be done automatically.
So this would need to be considered when changing the cert to a signed cert.
------------------------------
Frank Eargle
------------------------------
Original Message:
Sent: Sat July 16, 2022 10:03 AM
From: Serhii Barabash
Subject: Receiving Cloudflare logs
Hi! Needed help with integrate Cloudflare Logs with QRadar by using the HTTP Receiver protocol. All configurations from Cloudflare side was done. Testing successfull. Whe i try start the Logpush job when curl executed: {"errors":[{"code":1002,"message":"error validating destination: error writing object: Post \"https://name.domain.com:2443\": context deadline exceeded"}],"messages":[],"result":null,"success":false}. Its seems as error with certificate. Target Event Collector is event processor. But certificate Cloudflare recieve from my event processor, to which a connection is forwarded from an external IP and of course it is internal. All possible documentation has been read, but it's really not clear where to look for an answer.
------------------------------
Serhii Barabash
------------------------------