[appengine-java] Re: Could Not Verify SSL Certificate

2011-04-07 Thread Mathieu Clavel
Hello everybody, I have a similar problem, but with the version 1.4.3 The site I'm connecting to (web services) has a bad ssl certificat (not right for the domain). I added it successfully to the cacerts of the jdk. Using v1.4.2, the ssl connection is working. When trying to use the v1.4.3, the c

[appengine-java] Re: Could Not Verify SSL Certificate

2011-04-03 Thread xtrawurst
> Add this JVM arg to the appengine startup runtime, -Djavax.net.debug=ssl How can I do that? Is there an Eclipse setting for that? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appeng

[appengine-java] Re: Could Not Verify SSL Certificate

2011-03-06 Thread Neill
Have you tried turning on java.io.net debugging to get more information? Add this JVM arg to the appengine startup runtime, -Djavax.net.debug=ssl You may need to add keys to the cert file, but it should be installed by default by the plugin. -- You received this message because you are subscri

[appengine-java] Re: Could Not Verify SSL Certificate

2011-03-04 Thread Sam Edwards
Still experiencing the same problem with 1.4.2 On Feb 28, 1:35 pm, Rafael Nunes wrote: > Same problem here. > Any news? > > On Feb 19, 12:05 am, mushion22 wrote: > > > > > > > > > I have the same issue using 1.4.2 on OS X 10.6. The app works fine > > when deployed to production, but has theseSSL

[appengine-java] Re: Could Not Verify SSL Certificate

2011-03-01 Thread Rafael Nunes
Same problem here. Any news? On Feb 19, 12:05 am, mushion22 wrote: > I have the same issue using 1.4.2 on OS X 10.6. The app works fine > when deployed to production, but has theseSSLcertificateerrors in > the development server. Seems to affect more than just the Google > APIs, am having the sam

[appengine-java] Re: Could Not Verify SSL Certificate

2011-02-19 Thread mushion22
I have opened an issue for this: http://code.google.com/p/googleappengine/issues/detail?id=4603&sort=-id&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log On Feb 18, 3:55 pm, Tod Jiang wrote: > Yes, I got the similar issue, and it's ok in SDK1.4.0 > > la

[appengine-java] Re: Could Not Verify SSL Certificate

2011-02-19 Thread mushion22
I have the same issue using 1.4.2 on OS X 10.6. The app works fine when deployed to production, but has these SSL certificate errors in the development server. Seems to affect more than just the Google APIs, am having the same issue with RestFB. On Feb 18, 3:55 pm, Tod Jiang wrote: > Yes, I got t

[appengine-java] Re: Could Not Verify SSL Certificate

2011-02-18 Thread Tod Jiang
Yes, I got the similar issue, and it's ok in SDK1.4.0 latest spreadsheet api Caused by: javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: https://spreadsheets.google On Feb 17, 7:30 pm, Nurettin Omer Hamzaoglu wrote: > Hi, > > After I've update to GAE 1.4.2 I started to