2008-06-15

解决Google App Engine HTTPS 认证问题

关键字: google_app_engine https认证 fetchapi
最近玩儿Google App Engine, 遇到一个很大的问题.那就是Google App Engine的Fetch API, 不支持HTTPS认证. Google App Engine 文档 写道 Note: URL fetching cannot authenticate the server of an https request because there is no certificate trust chain. The proxy accepts all certificates, including self-signed certificates. &nb ...