2
votes
3answers
866 views
Using multiple SSL client certificates in Java with the same host
In my Java application, I need to connect to the same host using SSL, but using a different certificate each time. The reason I need to use different certificates is that the remote site uses a us …
