JVM:
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)

On Feb 13, 12:27 pm, Lior Harsat <lior.har...@gmail.com> wrote:
> I am having a similar problem with https:
>
> I have been testing the SDK and I found one bug which seems critical.
> When I call the URLFetchService.fetch API  with a https URL I get a
> javax.net.ssl.SSLHandshakeException.
> for example when I fetch "https://spreadsheets.google.com/feeds/
> list/...." I get
> javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate
> for:https://spreadsheets.google.com/feeds/list/...
> When I switch back to an older SDK this doesn't happen.
> Is there a "Help us test Prerelease SDK 1.4.2" thread I can post this
> to?
> Can anyone confirm this bug reproduces?
> Thanx, Lior
>
> On Feb 12, 11:57 am, Peter Liu <tinyee...@gmail.com> wrote:
>
>
>
>
>
>
>
> > We are using a custom remote delegate to route datastore rpc call to
> > live production test site on appspot. We did this because sometimes we
> > want to develop with live data.
>
> > However after upgrading to 1.4.2, https outbound call starts failing
> > (see below). If we change to http, then it works again.
>
> > It seems like some class is marked as restricted in this release. Is
> > it intentional? What's the reason behind not allowing outbound https
> > call?
>
> > Thanks.
>
> > java.lang.NoClassDefFoundError: javax.net.ssl.SSLHandshakeException is
> > a restricted class. Please see the Google  App Engine developer's
> > guide for more details.
> >         at
> > com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime 
> > .java:
> > 51)
> >         at
> > com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationExc 
> > eption(URLFetchServiceImpl.java:
> > 114)
> >         at com.google.appengine.api.urlfetch.URLFetchServiceImpl.access
> > $100(URLFetchServiceImpl.java:22)
> >         at com.google.appengine.api.urlfetch.URLFetchServiceImpl
> > $1.convertException(URLFetchServiceImpl.java:86)
> >         at
> > com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:
> > 69)
> >         at com.pekca.main.delegate.RemoteDelegate$1.get(RemoteDelegate.java:
> > 163)

-- 
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