I am trying to use the URLFetch API and the compiler doesn't seem to agree 
with the Javadoc for FetchOptions.Builder.  I am trying to use the method 
doNotValidateCertificate() but it is not available in code completion in 
Eclipse and will not compile if I type it in.  I am using GAE 1.4.2.  Has 
this API changed without the docs being updated?

Also, this is the secondary problem that I am attempting to get around using 
the doNotValidateCertificate() method.  The original problem is that I am 
receiving exceptions when trying to access a web service or RESTful service 
over HTTPS.  I am getting javax.net.ssl.SSLHandshakeException: Could not 
verify SSL certificate for: XXX

I don't see any way in the GAE console to add certificates or anything.  It 
happens whether I write a SOAP client or just use URLConnection.  The same 
code works fine just run from a command line in the same JVM that GAE is 
running in. Have tried using keytool...  Getting very frustrated with GAE at 
this point and am about to bail as I am wasting too much time getting this 
to work.

kenyon

-- 
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-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to