Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Database Administration » Starting and Connecting to Your Database » Connection parameters and network protocol options » Network protocol options

 

Identity_Password protocol option

Specifies the password for the encryption certificate.

Usage

HTTPS

Values

String

Default

There is no default identity file password.

Remarks

This required option specifies the password that matches the encryption certificate specified by the Identity protocol option.

See also
Example

Start a server that requires web connections to use a particular encryption certificate.

dbsrv11 -xs https(Identity=cert.file;Identity_Password=secret) ...