clean up docs, closes #800
This commit is contained in:
@@ -117,7 +117,7 @@ class Elasticsearch(object):
|
||||
['localhost:443', 'other_host:443'],
|
||||
# turn on SSL
|
||||
use_ssl=True,
|
||||
# make sure we verify SSL certificates (off by default)
|
||||
# make sure we verify SSL certificates
|
||||
verify_certs=True,
|
||||
# provide a path to CA certs on disk
|
||||
ca_certs='/path/to/CA_certs'
|
||||
@@ -131,7 +131,7 @@ class Elasticsearch(object):
|
||||
['localhost:443', 'other_host:443'],
|
||||
# turn on SSL
|
||||
use_ssl=True,
|
||||
# make sure we verify SSL certificates (off by default)
|
||||
# make sure we verify SSL certificates
|
||||
verify_certs=True,
|
||||
# provide a path to CA certs on disk
|
||||
ca_certs='/path/to/CA_certs',
|
||||
|
||||
Reference in New Issue
Block a user