props.put("storepassword", "password");
props.put("keypassword", "password");
props.put("addEnabledCipherSuite", "SSL_RSA_WITH_3DES_EDE_CBC_SHA");
props.put("timeout", "1000");
props.put("connect-timeout", "1000");
return new SimpleConfiguration(props);
}