We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configuration
1 parent 2d68fac commit f08fbdaCopy full SHA for f08fbda
docs/guide/configuration.asciidoc
@@ -62,7 +62,7 @@ import ssl
62
# Python 3.6
63
es = Elasticsearch(
64
...,
65
- ssl_version=ssl.PROTOCOL_TSLv1_2
+ ssl_version=ssl.PROTOCOL_TLSv1_2
66
)
67
68
# Python 3.7+
0 commit comments