To use the JSSE-based TLS server included in your JVM in the secure HTTP server, the javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword system properties should be specified as already described for the configuration of the default JVM JSSE implementation. If you do not specify the value of the javax.net.ssl.keyStore system property, the established connection will be anonymous.
The SDK JSSE provider might be initialized with third party Key Managers/Trust Managers as described in the Setting Custom Algorithm and Provider for Credential Management section below.