Commit 17653c90 by Clinton Blackburn

Merge pull request #90 from edx/revert-89-es-ssl

Revert "Validating SSL certificates when connecting to Elasticsearch"
parents bb36d1a4 c5079e55
...@@ -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