Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

SSL Statement

SSL Statement

The SSL statement specifies SSL certificate information for a Secure Sockets Layer (SSL) connection.
Linux, UNIX, and Windows
SSL_ALLOW_SELFSIGNED, SSL_CIPHER_LIST, SSL_CONTEXT_METHOD, SSL_REQ_CLNT_CERT, and SSL_REQ_SRVR_CERT
No
SSL=({PASS=
client
|EPASS=
client_encrypted}
,KEY=
key
,{CALIST=
calist
|CAPATH=
directory
} )
PASS=
client
Required if you do not specify the EPASS option. The passphrase used to make an SSL connection.
EPASS=
client_encrypted
Required if you do not specify the PASS option. The encrypted passphrase used to make a TLS connection.
You can create an encrypted passphrase in the PowerExchange Navigator by selecting
File
Encrypt Password
.
KEY=
key
Required. The SSL key used to make an SSL connection. When this parameter is specified, the client keystore is validated during the initial connection handshake.
CALIST=
calist
Required if you do not specify the CAPATH option. The Certificate Authority list (CALIST) to make an SSL connection. This is a file that contains the list of trusted certificates (truststore).
CAPATH=
directory
Required if you do not specify the CALIST option. Specify the location of the truststore for trusted certificates:
  • On Linux or UNIX, enter the trusted CA directory of the OpenSSL installation.
  • On Windows, enter the certs directory of the OpenSSL installation.

0 COMMENTS

We’d like to hear from you!