SSL Related Errors Testing Fresh Python 3.6.6 Installation

I am trying to compile from source Python 3.6.6 on my Debian buster linode. The config && make altinstall works, but running python3.6 -m test fails with SSL certificate related errors.

The complete description is on Stackoverflow - https://stackoverflow.com/questions/63982543/ssl-related-errors-testing-fresh-python-3-6-6-installation

Any suggestions will be greatly appreciated!

Mark

1 Reply

This error in the tests was fixed in 3.6.7. You really should be running 3.6.12, though, if you're building from source, or even something newer.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct