This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients Jonathan.Gossage, ammar2, christian.heimes
Date 2019-09-16.18:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568658254.72.0.499863904684.issue38189@roundup.psfhosted.org>
In-reply-to
Content
As the error says:

> Can't connect to HTTPS URL because the SSL module is not available.

Since you built it from source, you should check your build logs, the _ssl module likely failed to build. You're most probably missing the openssl dependency.
History
Date User Action Args
2019-09-16 18:24:14ammar2setrecipients: + ammar2, christian.heimes, Jonathan.Gossage
2019-09-16 18:24:14ammar2setmessageid: <1568658254.72.0.499863904684.issue38189@roundup.psfhosted.org>
2019-09-16 18:24:14ammar2linkissue38189 messages
2019-09-16 18:24:14ammar2create