Commit c5079e55 by Clinton Blackburn

Revert "Validating SSL certificates when connecting to Elasticsearch"

parent bb36d1a4
...@@ -305,9 +305,6 @@ HAYSTACK_CONNECTIONS = { ...@@ -305,9 +305,6 @@ HAYSTACK_CONNECTIONS = {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine', 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': ELASTICSEARCH_URL, 'URL': ELASTICSEARCH_URL,
'INDEX_NAME': ELASTICSEARCH_INDEX_NAME, 'INDEX_NAME': ELASTICSEARCH_INDEX_NAME,
'KWARGS': {
'verify_certs': True,
},
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment