Open ajohnson8503 opened 6 years ago
Maybe the matter is that the host with ES is not resolvable?
I fixed the issue with the connection but now I am seeing this error below.
elasticsearch.exceptions.ConnectionError: ConnectionError(The label CN=XXX-XXX01 is not a valid A-label) caused by: IDNAError(The label CN=XXX-XXX01 is not a valid A-label)
Interesting, I'm not really sure how well Python supports IDNA. I assume that your hostname has a non-ascii character in it. Two things to try:
Has anyone reported and issue when trying to connect to Search Guard? Below is the current error I am getting.
elasticsearch.exceptions.ConnectionError: ConnectionError(HTTPSConnectionPool(host='xxxxxxxx.xxxxxxxxxxx.local', port=9200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2e85692490>: Failed to establish a new connection: [Errno 113] No route to host',))) caused by: ConnectionError(HTTPSConnectionPool(host='xxxxxxxxx.xxxxxxxxxxx.local', port=9200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2e85692490>: Failed to establish a new connection: [Errno 113] No route to host',)))