[Bug 1815439] Re: python-boto needs to support SNI for OpenSSL 1.1.1

Launchpad Bug Tracker 1815439 at bugs.launchpad.net
Mon Feb 25 11:20:48 UTC 2019


This bug was fixed in the package python-boto - 2.44.0-1ubuntu2.18.04.0

---------------
python-boto (2.44.0-1ubuntu2.18.04.0) bionic; urgency=medium

  * Cherrypick 2.44.0-1.1 patch to add SNI support. LP: #1815439

 -- Dimitri John Ledkov <xnox at ubuntu.com>  Fri, 14 Dec 2018 15:44:57
+1100

** Changed in: python-boto (Ubuntu Bionic)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1815439

Title:
  python-boto needs to support SNI for OpenSSL 1.1.1

Status in python-boto package in Ubuntu:
  Fix Released
Status in python-boto source package in Bionic:
  Fix Released
Status in python-boto source package in Cosmic:
  Fix Released
Status in python-boto package in Debian:
  Fix Released

Bug description:
  [Impact]

   * OpenSSL 1.1.1 performs SNI hostname verification, therefore
  hostname SSL context option must be set when establishing the
  connection, otherwise, validation of SNI certificates fail and thus
  resulting in lack of connectivity.

  [Test Case]

   * use python-boto to connect to an SNI tls protected host, e.g. GCE
  google storage using legacy .boto

  [Regression Potential]

   * change is compatible with pythons/openssl versions shipped in bionic/cosmic-release
   * change is from upstream / tested in debian & disco
   * change improves security, and is compatible with deployed servers out there
   * hosts with certificates not matching their actual hostname will remain invalid/untrusted

  [Additional info]
  To install python & openssl 1.1.1 on Bionic you may enable and use the below silo, which will then exhibit the enforcement of SNI hostname verification.

  sudo add-apt-repository ppa:ci-train-ppa-service/3473
  sudo apt-get update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1815439/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list