Hi Sandeep,

According to the second message on this thread, I believe that what he did 
was add the certificate to his cacerts folder, which you seem to be doing 
in your step 6.

Can you link to the site where you found these in case I need to 
investigate further?

Thanks

On Tuesday, September 29, 2015 at 8:21:02 AM UTC-4, Sandeep N wrote:
>
> Hi I followed the below steps which I got from a different site and I 
> could not yet resolve the same issue.
> Would you plz share me the steps you followed to resolve the issue.
>
> Steps to import Google' SSL certifcate 
> ============================= 
>
> (1) Visit https://appengine.google.com/ using your browser (I tried 
> this using IE6 but I am sure other browsers will have a similar 
> functionality). 
>
> (2) Click the "Lock" icon at the status bar. You will see Certificate 
> dialog. Click "Details" tab. 
>
> (3) Click "Copy to" button and follow the wizard. Select "DER 
> encoded.." on the Export File Format page. Click "Next" 
>
> (4) Browse to some folder, give it a name and click "Save". Example: c: 
> \dev\keystore\google.cer 
>
> (5) Run the below command from your JRE/BIN folder. Make sure you 
> adjust the locations of -keystore and -file in the below command. 
>
> keytool -import -keystore C:\programs\Java\jre6\lib\security\cacerts - 
> file c:\dev\keystore\google.cer 
>
> (7) Try Deploy again. If your Deploy tool is using the same JRE where 
> you imported the google SSL certificate in above steps, you should be 
> fine now. 
> ----------------------
>
>
>
> On Tuesday, July 27, 2010 at 1:00:41 PM UTC+5:30, Phil wrote:
>>
>> I've found my problem. I needed to add the certificate of Google into 
>> my cacerts of java. 
>>
>> Thanks 
>>
>> On 26 juil, 12:02, Phil <[email protected]> wrote: 
>> > Hello, 
>> > 
>> > I've created the example code 'guestbook'. However, when I upload the 
>> > program, I receive this error : 
>> > 
>> > com.google.appengine.tools.admin.AdminException: Unable to update app: 
>> > sun.security.validator.ValidatorException: PKIX path building failed: 
>> > sun.security.provider.certpath.SunCertPathBuilderException: unable to 
>> > find valid certification path to requested target 
>> >         at 
>> > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: 
>> > 62) 
>> > 
>> > I use the OS linux (Ubuntu). 
>> > 
>> > What could be the problem? 
>> > 
>> > Many thanks
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/9917297b-89ce-495f-b524-475fac8509f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to