Hello,
I am trying to integrate Bitdefender. I am using versiion 8.16.1. I have generated the API key and added the Bitdefender integration to the Fleet Server policy with the required details according to the parameters specified in the documentation.
Elastic agent is installed on the Logstash machine and I am unsuccessfully trying to perform the step: Create push notification configuration via BitDefender GravityZone API
using the URL request from the Logstash machine:
curl --tlsv1.2 -sS -k -X POST
https://cloud.gravityzone.bitdefender.com/api/v1.0/jsonrpc/push\
-H 'authorization: Basic <base_64_token>'
-H 'cache-control: no-cache'
-H 'content-type: application/json'
-d '{
"params": {"status": 1,"serviceType": "jsonRPC","serviceSettings":{"authorization":"","requireValidSslCertificate":false,"url": "https://<siem_ip>:443/bitdefender/push/notification"},"subscribeToEventTypes":{"adcloud":true,"antiexploit":true,"aph":true,"av":true,"avc":true,"dp":true,"endpoint-move d-in":true,"endpoint-moved-out":true,"exchange-malware":true,"exchange-user-credentials":true,"fw":true,"hd":true,"hwid-change":true,"install":true,"modules":true,"network -monitor":true,"network-sandboxing":true,"new-incident":true,"ransomware-mitigation":true,"registration":true,"security-container-update-available":true,"supa-update-statu s":true,"sva":true,"sva-load":true,"task-status":true,"troubleshooting-activity":true,"uc":true,"uninstall":true}},"id":1,"jsonrpc":"2.0","method":"setPushEventSettings"}'
I get the error:
"error":{"code":-32602,"message":"Invalid params","data":{"details":"The web server with this URL must support TLS 1.2, at least"}
Help me find a solution
Thank you.