Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.61k stars 594 forks source link

Support SSL accept-all mode #291

Closed Chaiavi closed 5 years ago

Chaiavi commented 5 years ago

Unirest fails lots of times as the SSL certs fail

I would love to see this feature here, best if it was done like in asyncHttpClient, look here

Currently, people are doing ugly hacks to achieve the same