Python Gevent Pywsgi server with ssl Python Gevent Pywsgi server with ssl flask flask

Python Gevent Pywsgi server with ssl


I figured out that the problem was caused by the client sending a regular HTTP request, instead of HTTPS. I just needed to explicitly use a https:// URL in my browser.