derby.drda.sslMode property

Indicates whether the client connection is encrypted or not, and whether certificate-based peer authentication is enabled.

Syntax

derby.drda.sslMode={
    off |
    basic |
    peerAuthentication
}

Default

off.

Example

derby.drda.sslMode=basic

The server that runs with this setting accepts client connections encrypted with SSL.

Static or dynamic

Static. You must restart the Network Server for changes to take effect.

Related reference
derby.drda.host property
derby.drda.keepAlive property
derby.drda.logConnections property
derby.drda.maxThreads property
derby.drda.minThreads property
derby.drda.portNumber property
derby.drda.securityMechanism property
derby.drda.startNetworkServer property
derby.drda.streamOutBufferSize property
derby.drda.timeSlice property
derby.drda.traceAll property
derby.drda.traceDirectory property