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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Connection Parameters and Network Protocol Options » Network protocol options

BroadcastListener protocol option [BLISTENER] Next Page

Certificate protocol option


Specifies the name of an encryption certificate.

Usage

HTTPS

Values

String

Default

There is no default certificate name.

Remarks

This required option specifies the name of an encryption certificate. The password for this certificate must be specified with the Certificate_Password parameter. T

Example

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

dbsrv10 -xs https(Certificate=cert.file;Certificate_Password=secret) ...