Re: [appengine-java] Running an HTTPS development server

2010-02-26 Thread Ikai L (Google)
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.askapach

[appengine-java] Running an HTTPS development server

2010-02-26 Thread Paul Clarke
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 ca