calling HTTPS URL from tomcat in eclipse fails with unable to find valid certification path to requested target Error

2011-09-09 Thread Ashish Kulkarni
Hello I have an web application which i am running in tomcat in eclipse, this web application calls a Web Service to get data, recently we moved these Web services to use HTTPS, but when i try to call this HTTPS URL from web service i get following error I have created a key store, added it to

Re: calling HTTPS URL from tomcat in eclipse fails with unable to find valid certification path to requested target Error

2011-09-09 Thread Ashish Kulkarni
Hi It worked, i added following lines in tomcat configuration -Djavax.net.ssl.trustStore=C://mypath_to_keystore/keys.jks Ashish On Fri, Sep 9, 2011 at 3:25 PM, Ashish Kulkarni ashish.kulkarn...@gmail.com wrote: Hello I have an web application which i am running in tomcat in eclipse, this