Hi Team,

I get the below exception when I tried to deploy my first 'Guestbook' 
application. I had completed all local machine testing successfully before 
the deployment.

Exception message:
--------------------------------------------------------------------------------------------------------------------------------------------------------
javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException:
PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderExce
ption: unable to find valid certification path to requested target
--------------------------------------------------------------------------------------------------------------------------------------------------------

I exported SSL certificate of https://appengine.google.com/ and then 
imported into my Keystore using the below commend.
--------------------------------------------------------------------------------------------------------------------------------------------------------
keytool -import -keystore "C:\Program 
Files\Java\jdk1.7.0\jre\lib\security\cacerts" -file 
"D:\GAE\google.cer" -alias google-app-engine
--------------------------------------------------------------------------------------------------------------------------------------------------------

But the issues still comes. I went through many discussion on the same 
topic and I could not yet resolve the issue. I tried all possibilities and 
nothing worked.
Plz help me with some solutions.

Thanks,
Sandeep

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/76e79251-6d9f-4178-880e-f043af15f45b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to