}
}
if (sslContext == null) {
try {
SSLImplementation sslHelper = SSLImplementation.getInstance();
ServerSocketFactory serverSF = sslHelper.getServerSocketFactory();
serverSF.setAttribute("keystoreType", "JKS");
serverSF.setAttribute("keystore",
System.getProperty("javax.net.ssl.keyStore"));
serverSF.setAttribute("truststoreType", "JKS");
serverSF.setAttribute("truststore",