There was an error while loading. Please reload this page.
1 parent 415b3e7 commit 456e598Copy full SHA for 456e598
elasticsearch/connection/__init__.py
@@ -1,3 +1,4 @@
1
from .base import Connection
2
from .http_requests import RequestsHttpConnection
3
-from .http_urllib3 import Urllib3HttpConnection
+from .http_urllib3 import Urllib3HttpConnection, create_ssl_context
4
+
0 commit comments