laladee
Results
1
comments of
laladee
@kuttykut3 @sumukhchitloor There was a bug at: https://github.com/OWASP/Python-Honeypot/blob/master/core/compatible.py#L91-L92 You need to replace the second argument with `api_database_http_auth` ``` connection = elasticsearch.Elasticsearch( hosts=api_config["api_database"], http_auth=api_config["api_database_http_auth"] ) ```