PKIX path building failed in Eclipse

前端 未结 2 407
北荒
北荒 2020-12-01 22:28

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

2条回答
  •  遥遥无期
    2020-12-01 22:59

    Try passing the certifacate path in VM arguments when running in eclipse

    -Djavax.net.ssl.trustStore="PATH_TO_jssecacerts"
    

提交回复
热议问题