Skip to main content

SSL configuration

To encrypt the communication and secure the identification of a server, you can use a HTTPS protocol. HTTPS is based on SSL, which supports the encryption of messages sent via HTTP.

To secure a communication, HTTPS uses key pairs containing one public key and one private key. Data is encrypted with one key and can only be decrypted with the other key of the key pair. This establishes trust and privacy in message transfers.

To enable the HTTPS protocol for Talend Runtime Container, you need to configure its private key in the org.ops4j.pax.web.cfg.

Property

Default

Description

org.ops4j.pax.web.ssl.keystore  

Path to the keystore file. See http://ops4j.github.io/pax/web/6.x/User-Guide.html#ssl-configuration for details.

org.ops4j.pax.web.ssl.keystore.type JKS

This property specifies the keystore type. By default, the value is JKS.

org.ops4j.pax.web.ssl.password  

Password used for keystore integrity check.

org.ops4j.pax.web.ssl.keypassword  

Password used for keystore.

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!