The derby.drda.sslMode property 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=basicThe server that runs with this setting accepts client connections encrypted with SSL.
Static. You must restart the Network Server for the changes that are associated with this property to take effect.