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
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