Hello,
I have a little test app build that uses the Jersey client api to talk to
the rest service (also jersey...of course :)). It works wonderful!
I would like to have the client and server communicate over an SSL
connection. That is easy enough for the server part, but I am not clear on
how I can adapt my client app so it uses an SSL connection for which I can
specify the client certificate (for identify verification by the server).
Many thanks indeed!
Peter