jgritman / httpbuilder

314 stars 154 forks source link

SSL/TLS authentication #68

Open vishal-biyani opened 7 years ago

vishal-biyani commented 7 years ago

I was working with a HTTPS API (Not sure SSL/TLS) but could not get it working. The documentation here mentions how to work with SSL but that's just bypassing/accepting the insecure certificates - which is not the problem I am dealing with.

Let's say I have a private key and a certificate and the API endpoint needs these for authentication. For example look at this implementation, is this something possible with RESTClient?

Also adding the certs/key to JVM manually is not an option.

Happy to provide more details if needed.