To set up client applications to use transport-layer security, use the Encryption [ENC] connection parameter in your connection string. The connection string takes the following form (which must be written all on one line):
Encryption=tls( [ fips={ y | n }; ] trusted_certificates=public-certificate [ certificate_company=organization; ] [ certificate_name=common-name; ] [ certificate_unit=organization-unit ] )
public-certificate is the path and file name of a file that contains one or more trusted certificates. If you are using FIPS-certified RSA encryption, you must generate your certificates using RSA.
organization forces the client to accept server certificates only when the Organization field on the certificate matches this value.
common-name forces the client to accept server certificates only when the Common Name field on the certificate matches this value.
organization-unit forces the client to accept server certificates only when the Organization Unit field on the certificate matches this value.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |