Indicates whether the client connection is encrypted or not, and whether certificate-based peer authentication is enabled.
derby.drda.sslMode={
    off |
    basic |
    peerAuthentication
}
 
off.
derby.drda.sslMode=basic
The server that runs with this setting accepts client connections encrypted with SSL.
Static. You must restart the Network Server for changes to take effect.