Grails:Groovy:SSLPeerUnverifiedException: peer not authenticated

后端 未结 2 2081
北恋
北恋 2021-01-18 04:34

I want to hit an xml request to a url while running the code in my local system it is working well i have created a war file and deployed the same in server,but while runnin

2条回答
  •  不思量自难忘°
    2021-01-18 04:44

    If you use ignoreSSLIssues() but still get same exception.

    Just add latest httpclient into Gradle/Maven

    compile 'org.apache.httpcomponents:httpclient:4.5.3'

    Can't use ignoreSSLIssues in HttpBuilder version 0.7.1

提交回复
热议问题