Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
File Content:
https_connection.pyo
� �Wc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l m Z m Z d e j f d � � YZ d � Z d � Z d e j f d � � YZ d S( sC Extensions to allow HTTPS requests with SSL certificate validation.i����N( t sixt http_clientt InvalidCertificateExceptionc B s e Z d Z d � Z d � Z RS( s? Raised when a certificate is provided with an invalid hostname.c C s/ t j j | � | | _ | | _ | | _ d S( s� Constructor. Args: host: The hostname the connection was made to. cert: The SSL certificate (as a dictionary) the host returned. N( R t HTTPExceptiont __init__t hostt certt reason( t selfR R R ( ( s9 /usr/lib/python2.7/site-packages/boto/https_connection.pyR "