I am using Unirest (java version) to make GET and POST request.But I encounter a problem when accessing SSL encrypted site , since my program is behind a corporate network and t
I'm using "com.konghq:unirest-java:2.3.14“
There is a config now
Unirest.config().verifySsl(false);