【发布时间】:2018-08-16 17:15:18
【问题描述】:
大家好。我只是想在我的 Google App Engine 应用上运行 Twilio 快速启动脚本(来自此网页:https://www.twilio.com/docs/sms/quickstart/python)。
它在我的本地机器上完美运行,当我将它(完全相同的脚本)部署到我的 Google App Engine 应用程序时,我可以使用 GET 请求按需向我的应用程序发送 SMS,我得到以下错误:
SSLError: HTTPSConnectionPool(host='api.twilio.com', port=443): Max retries exceeded with url: /2010-04-01/Accounts/ACcaf61e51a95ba4454501293b8908aefd/Messages.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",))
我尝试将 SSL 添加到我的 GAE app.yaml 中,但没有成功。
【问题讨论】: