i\'m working with Liferay and i\'m using eclipse, and running a client/server model, using an encrypted socket (SSL).
Currently, my application is running the clien
Try passing the certifacate path in VM arguments when running in eclipse
-Djavax.net.ssl.trustStore="PATH_TO_jssecacerts"