Package ndg :: Package httpsclient :: Module https
[hide private]

Module https

source code

ndg_httpsclient HTTPS module containing PyOpenSSL implementation of httplib.HTTPSConnection

PyOpenSSL utility to make a httplib-like interface suitable for use with urllib2


Date: 09/12/11

Author: P J Kershaw (STFC)

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2012 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Classes [hide private]
  HTTPSConnection
This class allows communication via SSL using PyOpenSSL.
  HTTPSContextHandler
HTTPS handler that allows a SSL context to be set for the SSL connections.
Variables [hide private]
  __revision__ = '$Id$'
  log = logging.getLogger(__name__)
  __package__ = 'ndg.httpsclient'