Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust
Causedby:java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
错误展示

原因分析
使用了useSSL=true

解决措施
设置useSSL=false即可
