Specifies the path and file name of a file that contains one or more trusted certificates.
ECC encryption and FIPS-certified encryption require a separate license. All strong encryption technologies are subject to export regulations.
trusted_certificates=public-certificate
TLS, HTTPS
None
Clients use the trusted_certificates encryption protocol option to specify trusted database server certificates. The trusted certificate can be a server's self-signed certificate, a public enterprise root certificate, or a certificate belonging to a commercial Certificate Authority. If you are using FIPS-approved RSA encryption, you must generate your certificates using RSA. If TLS is specified in the Encryption connection parameter, this protocol option is required.
HTTPS is only supported for web services client procedures. See CREATE PROCEDURE statement (web services).
The following command connects the SQL Anywhere sample database to Interactive SQL using transport-layer security.
dbisql -c "UID=DBA;PWD=sql;ENG=demo;LINKS=tcpip;ENC=TLS( tls_type=RSA;FIPS=n;trusted_certificates=c:\temp\myident; certificate_unit='SA';certificate_company='Sybase iAnywhere'; certificate_name='Sybase')" |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |