Skip to main content Skip to complementary content

Configuring the encrypted connection

Configure tSetKeystore to use an encrypted connection in your Spark Streaming Job.

Before you begin

You need to have a keystore file already set-up.

Procedure

  1. In the TrustStore type field, select JKS from the drop-down list.
  2. In the TrustStore file field, browse to the corresponding truststore file. In this scenario, it is C:/clientTrustStore.trustStore.
  3. In the TrustStore password field, type in the password for this truststore file.
  4. Select the Need Client authentication check box to activate the keystore configuration fields.
  5. In the KeyStore type field, select JKS from the drop-down list.
  6. In the KeyStore file field, browse to the corresponding keystore file. In this scenario, it is C:/client.keystore.
  7. In the KeyStore password field, type in the password for this keystore file.
  8. Select the Check server identity to make the Job verify the match between the hostname of the URL and the hostname of the server.

Results

The tSetKeystore component is set up and you can use an encrypted connection in your Spark Streaming Job.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!