Thanks Jeff,

I had completely overlooked the debug query possibility. When I use
this, I get the following in the response:
  sdc_routing : Internet
  sdc_internet_routing : USER_NOT_HOSTED
  response_sdc_status : Error in fetching this resource from the
Internet.

Additionally, the request_user, request_url, request_service and
request_appId all match my configuration.

So the question is, what does "USER_NOT_HOSTED" mean? Is this because
the app is accessed at http://....appspot.com and not on my own domain
via a CNAME entry?

Btw, the Health Check Gadget is connecting fine (hosted on a Google
Site I created for just that purpose):
  sdc_routing : SDC
  sdc_internet_routing : TO_WOODSTOCK
  response_sdc_status : ok
  response_latency : 1206
  response_content_size : 2


Regards,
Thorsten

On May 22, 2:16 am, "Jeff S (Google)" <[email protected]> wrote:
> Hi Thorsten,
>
> From theSDCtutorial, it looks like there are some debug settings
> which you can enable which might help track down the issue. It sounds
> like you might also want to try the health check gadget since it
> sounds like requests are not making it through:
>
> http://code.google.com/securedataconnector/docs/tutorials/appengine.htmlhttp://code.google.com/securedataconnector/docs/debug.html#DebugQueryhttp://code.google.com/securedataconnector/docs/debug.html#HealthChec...
>
> Please let me know how it goes, the secure data connector is pretty
> new to me as well.
>
> Cheers,
>
> Jeff
>
> On May 20, 3:39 am, Thor <[email protected]> wrote:
>
> > Hi,
>
> > I am trying to set up a proof-of-concept on using the Secure Data
> > Connector to fetch data from behind a firewall. I have theSDCitself
> > installed and configured correctly and it successfully connects to the
> > Google App Engine.
>
> > However, when I try to fetch a URL from my application using the
> > following code snippet, it always throws an IOException with just the
> > message "Unknown" - not very helpful :(
>
> > -------------
> > URLFetchService fetcher = URLFetchServiceFactory.getURLFetchService();
>
> > URL dataURL = new URL("http://a_url_behind.the.firewall/...";);
> > req.setHeader(new HTTPHeader("use_intranet","yes"));
>
> > HTTPResponse resp = fetcher.fetch(req);
> > -------------
>
> > Judging from theSDClog, the request is not getting through (I assume
> > the log would show if it did).
>
> > Has anyone else tried this? Any idea what to look for?
>
> > Regards,
> > Thorsten
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to