Package: python3.5 Version: 3.5.3-1 Severity: normal Dear Maintainer,
Tracking down an error where electrum can't connect to a specific url (https://github.com/spesmilo/electrum/issues/4499) I noticed that it is only python's urrlib that fails. openssl s_client seems to work fine. The server is using ECDSA certs and I found some old reports (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878232) about something similar being fixed in python2.7. Can that fixed be ported to 3.5 as well? I use this for simple reproduction (This works with python 2.7): mikael@frank:~/Downloads$ python3.5 Python 3.5.3 (default, Jan 19 2017, 14:11:04) [GCC 6.3.0 20170118] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import requests >>> response = requests.request("GET", >>> 'https://labels.electrum.org/labels') Traceback (most recent call last): <snip> -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.17.0-0.bpo.1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8), LANGUAGE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python3.5 depends on: ii libpython3.5-stdlib 3.5.3-1 ii mime-support 3.60 ii python3.5-minimal 3.5.3-1 python3.5 recommends no packages. Versions of packages python3.5 suggests: ii binutils 2.28-5 pn python3.5-doc <none> pn python3.5-venv <none> -- no debconf information