Kong / unirest-java

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

Allow users to set the SSLContext #316

Closed ryber closed 4 years ago

ryber commented 4 years ago

In order to properly test this we need the Client Certificate from badssl.com updated. It is currently expired: https://github.com/chromium/badssl.com/issues/422

ryber commented 4 years ago

this addresses issue #314

ryber commented 4 years ago

Going to go ahead and merge this. The code is pretty safe.