go-elasticsearch
go-elasticsearch copied to clipboard
Request returns EOF when using HTTP instead of HTTPS
If elasticsearch service is configured to use https, and http is used in the connection string, requests return EOF
Hi @AlexeyNikipelau
Unfortunately what you get is coming from golang transport due to the fact that you are targeting a closed http port.
I'll try to dig a bit deeper to see if we can improve the reporting of this.