Cribl Destination returning error
Hi, I'm trying to setup a chronicle destination but I'm receiving the following error:
Connection error: Client network socket disconnected before secure TLS connection was established
I have tried curling the endpoint from my worker and I can see a successful connection, I'm not sure what I'm doing incorrectly.
Best Answer
-
Thank you for the info, per our docs, could you make sure you have
http://
specified before your IP address:HTTPS_PROXY=http://10.15.20.25:1234
HTTP_PROXY=http://10.15.20.25:5678
0
Answers
-
Hey Ale,
Usually in my experience, this error points to a possible networking issue (firewall, proxy, etc.) but since you can curl to the destination from your worker, then it might be some sort of configuration issue on the stream side. Could you answer the following questions:
- What is the curl command you used to reach the endpoint?
- Are you using proxies? If yes, have you set them up on the Cribl side?
1 -
Hey Ahoura,
We do have proxies in place, and when I curl the endpoint I have it specified in the curl command by using -x. With regards to your second question, the following is our environment variables for the proxy as outlined in your docs:
HTTPS_PROXY=10.15.20.25:1234
HTTP_PROXY=10.15.20.25:5678
0 -
Thank you for the info, per our docs, could you make sure you have
http://
specified before your IP address:HTTPS_PROXY=http://10.15.20.25:1234
HTTP_PROXY=http://10.15.20.25:5678
0 -
Thanks a lot, that seems to have resolved my issue
0