For this to work, Google Checkout will need to reach your development
server. If your computer is on the open internet with no firewall and ports
open (BAD! BAD!), you can set up an HTTPS proxy to your development server
with something that can be an HTTPS proxy such as Apache (
http://www.askapache.com/htaccess/reverse-proxy-apache.html) or Nginx (
http://kovyrin.net/2006/04/17/typical-nginx-configurations/). Likely,
though, you are behind a NAT of some kind (home router, work firewall). In
addition to setting up an HTTPS proxy, you'll want to set up a reverse SSH
tunnel with an external VPS provider (just get a cheap one):
http://articles.techrepublic.com.com/5100-10878_11-5779944.html?tag=nl.e011

You'll be able to use the HTTP interface on the sandbox, though.

On Fri, Feb 26, 2010 at 10:19 AM, Paul Clarke <[email protected]> wrote:

> I'm developing a GAE app to integrate with Google Checkout. Google
> Checkout Notification API needs an SSL enabled server address to make
> notification requests. Is there any way I can run the GAE SDK
> (Eclipse) development server with SSL and the HTTPS protocol so that I
> can allow Checkout to make calls into my development environment?
>
> --
> 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 [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-java?hl=en.

Reply via email to