getcert.sh is broken for certain integrations like Box, api.box.com, because it doesn't send SNI when required. Can it be fixed?
diff /opt/qradar/bin/getcert.sh getboxcert.sh
25c25
< openssl s_client -showcerts -connect $HOSTNAME:$PORT </dev/null | openssl x509 -outform PEM > $OUTFILE
---
> openssl s_client -showcerts -connect $HOSTNAME:$PORT -servername $HOSTNAME </dev/null | openssl x509 -outform PEM > $OUTFILE
#QRadar#Support#SupportMigration