users@jersey.java.net

Supporting SSL between GF and MySQL

From: Arthur Yeo <artyyeo_at_gmail.com>
Date: Thu, 23 Sep 2010 20:41:40 -0700

Hi everyone,

Hope you guys had fun at JavaOne 2010.

Now, I have been successful in establishing SSL channels between external
browsers and GF (where my WebServices [WS] live).
But, I also need to secure the communications between my POJO code in my
RESTful WS talking to MySQL.

Browser <--> WS(GF) <--> MySQL

Is there a way to make the communications between WS(GF) <--> MySQL go thru
SSL ? Can GF/Jersey help with this?

Or do I need to link my POJO code with some SSL lib and handle all the SSL
comm myself?

-- 
Arthur Y.