public class SslUtils extends Object
解决办法:
1、导入证书到本地证书库
2、信任所有SSL证书,该方法最便捷,因为某些时候不能每次都手动的导入证书,而且这个过程非常麻烦。
SslUtils()
static void
ignoreSsl()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SslUtils()
public static void ignoreSsl() throws Exception
Exception