Home | History | Annotate | Download | only in python3

Lines Matching refs:SSLError

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")