Using SSL
Perform the following steps to set up SSL security to connect to the Kafka broker:
On the Setuptab, select the Direct connection and enter
${KAFKA_ssl_url}
as the Bootstrap servers URL.On the Options tab, enter the options and values listed in the following table:
OptionValuecompression.type
none
ssl.truststore.location
$[Path to Trust store]
ssl.truststore.password
$[Password]
ssl.keystore.location
$[Path to Key store]
ssl.keystore.password
$[ Key store password]
ssl.key.password
$[ Key password]
security.protocol
SSL
ssl.protocol
TLS 1.2
Click OK.
Last updated
Was this helpful?