users@jersey.java.net

Jersey client - ssl support?

From: Peter Coppens <pc.subscriptions_at_gmail.com>
Date: Thu, 19 Jun 2008 17:39:12 +0200

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