Previous Topic: On WindowsNext Topic: Between Administration Console and Database


On UNIX-Based Platforms

To enable SSL between RiskMinder and the database on UNIX platforms, you need to update the odbc.ini file with the required DataDirect driver information. To configure this odbc.ini file:

  1. Navigate to the following location:
    <install_location>/arcot/odbc32v60wf
    
  2. Open the odbc.ini file in a file editor of your choice.
  3. In the [<Database_name> Wire Protocol] section that corresponds to the database you are using, edit the parameters required for SSL connection, as listed in the following table.

Parameter

Description

EncryptionMethod

Specifies the method the driver uses to encrypt data sent between the driver and the database server.

Set this parameter to 1 to encrypt the data using SSL.

Truststore

Specifies the location of the trust store file, which contains a list of the valid Certificate Authorities (CAs) that are trusted by the client machine for SSL server authentication.

TrustStorePassword

Specifies the password required to access the trust store.

ValidateServerCertificate

Validates the security certificate of the server as part of the

SSL authentication handshake.

Set this parameter to 1 to validate the certificate sent by

the database server.

  1. Save and close the odbc.ini file.