Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boto/Route53 + GAE Compatibility Issue #1911

Closed
TFenby opened this issue Feb 11, 2014 · 4 comments
Closed

Boto/Route53 + GAE Compatibility Issue #1911

TFenby opened this issue Feb 11, 2014 · 4 comments

Comments

@TFenby
Copy link

TFenby commented Feb 11, 2014

The issue described here applies to both Boto and gtaylor/python-route53.

Basically, when running Boto or Route53 on GAE, the way in which Requests extends httplib doesn't work with Google's httplib, which uses urlfetch instead of self.sock/self.connect. (Assuming I understood everything correctly in my quick debugging.) This causes the connection, despite being created as an HTTPS connection, to be established as HTTP, which Amazon refuses.

@sigmavirus24
Copy link
Contributor

We will not support GAE as we have frequently discussed on the issue tracker (most recently on https://github.com/kennethreitz/requests/issues/1905). Please search the bug tracker before opening requests in the future.

Cheers!

@TFenby
Copy link
Author

TFenby commented Feb 11, 2014

Ah, my bad. Thanks.

@yegle
Copy link
Contributor

yegle commented Feb 2, 2015

Almighty requests developer,

Now that the underlying urllib3 already claimed support for AppEngine, does AppEngine a supported platform for requests now? Thank you.

@Lukasa
Copy link
Member

Lukasa commented Feb 2, 2015

It is not a supported platform. =)

We will announce if and when we make that decision, but maintaining support for it is tricky and unhelpful.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants