/*
* Pass null for the array of KeyManagers. That uses the default
* ones, so if the user has loaded client keys into the standard
* Java SE keystore they will be found.
*/
AsadminTrustManager atm = new AsadminTrustManager();
atm.setInteractive(interactive);
cntxt.init(null, new TrustManager[] {atm}, null);
Metrix.event("getSslContext() - done");
return cntxt;
} catch (Exception e) {
throw new RuntimeException(e);