Python wsgi:ssl-error Can't connect to HTTPS URL because the SSL module is not available
If you installed Python from the source you'll have to rerun
./configure
make
sudo checkinstall
AFTER you have installed openssl (I'm assuming through sudo apt install openssl
).