ndg_httpclient

enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python2

Install

All systems
curl cmd.cat/ndg_httpclient.sh
Debian Debian
apt-get install python-ndg-httpsclient
Ubuntu
apt-get install python-ndg-httpsclient
Arch Arch Linux
pacman -S python-ndg-httpsclient
image/svg+xml Kali Linux
apt-get install python-ndg-httpsclient
Fedora
dnf install python3-ndg_httpsclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python-ndg-httpsclient
Raspbian
apt-get install python-ndg-httpsclient

python-ndg-httpsclient

enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python2

ndg-httpsclient is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer. This is the Python2 package, providing the ndg-httpsclient binary too.

python3-ndg_httpsclient

Provides enhanced HTTPS support