Home:ALL Converter>GAE app access to closed server behind firewall

GAE app access to closed server behind firewall

Ask Time:2012-03-12T21:31:51         Author:gaponov

Json Formatter

I have an application on google app engine servers and private master server behind firewall. Accesss to master server closed by default. So I want to open access for my GAE app. Application sends by XML-RPC requests to master server. How can I do what? How to add GAE servers to my firewall access list?

Author:gaponov,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/9667971/gae-app-access-to-closed-server-behind-firewall
alex :

From http://code.google.com/appengine/docs/python/urlfetch/overview.html#Secure_Data_Connection:\n\n\"Your application can connect to systems behind your company's firewall using the Google Secure Data Connector (SDC). With the SDC Agent set up on your network, App Engine applications running on your Google Apps domain can authenticate with the Agent and access URLs on your intranet. The SDC Agent ensures that only your applications can connect to your intranet, and that they will do so only for users signed in using an Apps account on your domain.\"",
2012-03-12T13:57:08
yy