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:
OptionValueauto.offset.reset
latest
ssl.key.password
$[Key password]
ssl.keystore.location
$[Path to Key store]
ssl.keystore.password
$[Key store password]
ssl.truststore.location
$[Path to Trust store]
ssl.truststore.password
$[Trust store Password]
ssl.protocol
TLS 1.2
security.protocol
SSL
Click OK.
Last updated
Was this helpful?