Searched refs:CA_CERTS (Results 1 – 6 of 6) sorted by relevance
11 http = httplib2.Http(ca_certs=tests.CA_CERTS)18 http = httplib2.Http(ca_certs=tests.CA_CERTS)39 http = httplib2.Http(ca_certs=tests.CA_CERTS)120 http = httplib2.Http(ca_certs=tests.CA_CERTS, tls_minimum_version="TLSv1_2")134 http = httplib2.Http(ca_certs=tests.CA_CERTS, tls_maximum_version="TLSv1")145 context.load_verify_locations(cafile=tests.CA_CERTS)153 http = httplib2.Http(ca_certs=tests.CA_CERTS)168 context.load_verify_locations(cafile=tests.CA_CERTS)176 http = httplib2.Http(ca_certs=tests.CA_CERTS)199 http = httplib2.Http(ca_certs=tests.CA_CERTS)
205 http = httplib2.Http(ca_certs=tests.CA_CERTS)
31 CA_CERTS = os.path.join(tls_dir, "ca.pem") variable
220 CA_CERTS file. Just create a module named ca_certs_locater that has a method221 get() that returns the file location of the CA_CERTS file.
280 CA_CERTS = certs.where() variable1292 ca_certs = CA_CERTS
172 CA_CERTS = certs.where() variable1264 self.ca_certs = ca_certs if ca_certs else CA_CERTS