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

SNIMissingWarning on deploying to heroku #17

Open
josephgodwinkimani opened this issue Mar 23, 2016 · 0 comments
Open

SNIMissingWarning on deploying to heroku #17

josephgodwinkimani opened this issue Mar 23, 2016 · 0 comments

Comments

@josephgodwinkimani
Copy link

On deployment heroku builds it successfully and makes a HTTPS request , but the SNI (Subject Name Indication) extension to TLS is not available on python-2.7.4 This may cause the server to present an incorrect TLS certificate, which can cause validation failures. Thus I changed what was in runtime.txt to python-2.7.11 but I get Internal Server Error after clean deployment.

The flask-blog is using certifi, pyopenssl ndg-httpsclient pyasn1, urllib3[secure] and cryptography to enable HTTPS verification. I am lost what might be the problem?
requirements.txt
config.py.txt
Procfile.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant