HTTPS SSL实现

This commit is contained in:
egan
2017-09-23 23:14:43 +08:00
parent 09420f32ed
commit ccca5fb2e9

View File

@@ -158,7 +158,9 @@ public class PayResponse {
httpConfigStorage.setHttpProxyPassword("password");
*/
//设置ssl证书路径
httpConfigStorage.setKeystorePath(apyAccount.getKeystorePath());
//设置ssl证书对应的密码
httpConfigStorage.setStorePassword(apyAccount.getStorePassword());
return httpConfigStorage;
}