HomeSort by relevance Sort by last modified time
    Searched refs:SSLError (Results 26 - 29 of 29) sorted by null

12

  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py 727 with self.assertRaises(ssl.SSLError) as cm:
    [all...]
  /external/python/google-api-python-client/tests/
test_http.py 130 raise ssl.SSLError()
    [all...]
  /external/python/httplib2/python3/httplib2/
__init__.py     [all...]
  /external/python/httplib2/python3/
httplib2test.py 613 # Test that we get an ssl.SSLError when specifying a non-existent CA
628 self.assertRaises(ssl.SSLError, http.request, "https://www.google.com/", "GET")
    [all...]

Completed in 98 milliseconds

12