Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
Project description
This 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.
Releases
========
0.3.0
-----
* Added ndg.httpsclient.utils.fetch_stream_from_url function and added
parameter for data to post in open_url and fetch_* methods.
* fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
0.2.0
-----
* added support for SSL verification with subjectAltNames using pyasn1
* fixed minor bug - SSL cert DN prefix matching
0.1.0
-----
Initial release
Prerequisites
=============
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.
Note that proxy support is only available from Python 2.6.2 onwards. pyasn1 is
required for correct SSL verification with subjectAltNames.
Installation
============
Installation can be performed using easy_install or pip.
Running ndg_httpclient
======================
A simple script for fetching data using HTTP or HTTPS GET from a specified URL.
Parameter::
url The URL of the resource to be fetched
Options::
-h, --help Show help message and exit.
-c FILE, --certificate=FILE
Certificate file - defaults to $HOME/credentials.pem
-k FILE, --private-key=FILE
Private key file - defaults to the certificate file
-t DIR, --ca-certificate-dir=DIR
Trusted CA certificate file directory.
-d, --debug Print debug information - this may be useful in
solving problems with HTTP or HTTPS access to a
server.
-p FILE, --post-data-file=FILE
POST data file
-f FILE, --fetch=FILE Output file
-n, --no-verify-peer Skip verification of peer certificate.
PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the
default provided with Python and importantly enables full verification of the
SSL peer.
Releases
========
0.3.0
-----
* Added ndg.httpsclient.utils.fetch_stream_from_url function and added
parameter for data to post in open_url and fetch_* methods.
* fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
0.2.0
-----
* added support for SSL verification with subjectAltNames using pyasn1
* fixed minor bug - SSL cert DN prefix matching
0.1.0
-----
Initial release
Prerequisites
=============
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.
Note that proxy support is only available from Python 2.6.2 onwards. pyasn1 is
required for correct SSL verification with subjectAltNames.
Installation
============
Installation can be performed using easy_install or pip.
Running ndg_httpclient
======================
A simple script for fetching data using HTTP or HTTPS GET from a specified URL.
Parameter::
url The URL of the resource to be fetched
Options::
-h, --help Show help message and exit.
-c FILE, --certificate=FILE
Certificate file - defaults to $HOME/credentials.pem
-k FILE, --private-key=FILE
Private key file - defaults to the certificate file
-t DIR, --ca-certificate-dir=DIR
Trusted CA certificate file directory.
-d, --debug Print debug information - this may be useful in
solving problems with HTTP or HTTPS access to a
server.
-p FILE, --post-data-file=FILE
POST data file
-f FILE, --fetch=FILE Output file
-n, --no-verify-peer Skip verification of peer certificate.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ndg_httpsclient-0.3.0.tar.gz
(20.7 kB
view details)
Built Distribution
ndg_httpsclient-0.3.0-py2.7.egg
(53.3 kB
view details)
File details
Details for the file ndg_httpsclient-0.3.0.tar.gz
.
File metadata
- Download URL: ndg_httpsclient-0.3.0.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de9896bf51d5fb450ea20ff20ea914c8f8af31c052ce9058fa53876ffe01b88b |
|
MD5 | 4b1c6a29bfa31aef4da56a348b21d7ff |
|
BLAKE2b-256 | 4b1a2c882c4a8a78c2936ff3c44147d0dc28e4afd77fa4849ac06eb48afa988f |
File details
Details for the file ndg_httpsclient-0.3.0-py2.7.egg
.
File metadata
- Download URL: ndg_httpsclient-0.3.0-py2.7.egg
- Upload date:
- Size: 53.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e43461853948a6eaeffe1c03b8c22c255a052021299d4452bfb97e85b1b2214 |
|
MD5 | 28e80371ae74c6b99bb4eff401156455 |
|
BLAKE2b-256 | 8b262056fbbdbb00d355d6bb2b2454f9a361ab9d199197d83ec7562d6bf97399 |