I'm very new to this, so I don't understand most of the basics. I need to authenticate with a REST API service in Java. I have both the login/password as well as the SSL cert which both are needed to authenticate. How do I go about doing this? Looking at some of the examples that I found using HTTPClient only shows how to authenticate with a username/password only, which isn't enough in my case.
Thanks