[issue34009] Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues

David MacIver report at bugs.python.org
Sat Jun 30 05:40:18 EDT 2018


David MacIver <david.maciver at gmail.com> added the comment:

> According to https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-395471575, setting "dist: xenial" instead (giving Ubuntu 16.04) provides a testing environment with a new enough OpenSSL for 3.7 to work.

No, this doesn't work either. The xenial environment is an experimental feature and doesn't work at all reliably. At the time of this writing setting "dist: xenial" actually puts you into Trusty.

Currently the viable ways of making it work on Travis are to either run a custom docker image (which requires you to opt out of their containerized builds and thus makes everything slower), or to build OpenSSL yourself (and making the latter work correctly is a far from straightforward process).

----------
nosy: +David MacIver

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34009>
_______________________________________


More information about the Python-bugs-list mailing list