Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
urlgrabber
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/urlgrabber/sslfactory.pyo
mò 5Ec @ sİ d k Z d k Z y1 d k l Z d k l Z d k l Z e Z Wn e j o e Z n Xd Z e o d f d YZ n d f d YZ d d d Z d S( N( s SSL( s httpslib( s m2urllib2t M2SSLFactoryc B s/ t Z d Z d Z d d Z d Z RS( Nc C s | i | | | _ d S( N( t selft _get_ssl_contextt ssl_ca_certt ssl_context( R R R ( ( t9 /usr/lib/python2.4/site-packages/urlgrabber/sslfactory.pyt __init__% s c C sC | o4 t i } | i | | i t i d | Sn | Sd S( s Create an ssl context using the CA cert file or ssl context. The CA cert is used first if it was passed as an option. If not, then the supplied ssl context is used. If no ssl context was supplied, None is returned. i˙˙˙˙N( R t SSLt Contextt contextt load_verify_locationst set_verifyt verify_peerR ( R R R R ( ( R R ( s c C s- t i | | i } | o | | _ n | S( N( t httplibt HTTPSConnectiont hostR R t connectiont response_class( R R R R ( ( R t create_https_connection8 s c G s t i | i | S( N( t m2urllib2t build_openerR R t handlers( R R ( ( R t create_opener>