SSL Encryption

This section helps you to use SSL encrypted connections for deployment scenarios. These scenarios require enhanced security. jRemote implements the following connection properties.

SSL Configuration

SSL [Default value: false] Specifies whether the connection should use SSL encryption. SSL should only be used if the jAgent instance running on the jBASE server has also been configured to accept SSL connections.

CertificateDN Configuration

You should set the property in the following properties.

Additional Connection Properties

You can also configure the following properties:

  • compression [Default value: false] property specifies if the data transferred between client and server should be compressed. Enabling compression yields a better throughput on large data transfers. The opposite effect may occur on small data transfers and therefore jRemote automatically decides if the compression has to be applied based on the supplied threshold value.
  • compression_threshold [Default value: 0] property is applicable only if compression is on and defines the threshold used to decide if a certain request is going to be compressed. Data transfers whose size is less than the specified threshold are not compressed. The '0' value specifies that all the data is compressed.

Closing a Connection

After completing with the connection, you should close it to release the associated resources. This process can be done using the cx.close(); command in both the Java and C# platforms.

Copyright © 2020- Temenos Headquarters SA

Published on :
Wednesday, October 12, 2022 6:54:35 PM IST

Feedback
x