Commit bb36d1a4 by Clinton Blackburn

Merge pull request #89 from edx/es-ssl

Validating SSL certificates when connecting to Elasticsearch
parents efcb54c1 69a2e635
......@@ -305,6 +305,9 @@ HAYSTACK_CONNECTIONS = {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': ELASTICSEARCH_URL,
'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