If you are using Google App Engine Python API, you need to import the ssl module. You can import the module by adding it in your app.yaml under libraries:
- name: ssl
version: latest
Balaji Jayaraman
If you are using Google App Engine Python API, you need to import the ssl module. You can import the module by adding it in your app.yaml under libraries:
- name: ssl
version: latest