We have updated our Terms of Service, Code of Conduct, and Addendum.

Cribl Destination returning error

Options
Ale Diaz
Ale Diaz Posts: 3

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.

Tagged:

Best Answer

  • Ahoura Mortazavi
    Ahoura Mortazavi Posts: 3
    edited February 15 Answer ✓
    Options

    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

Answers

  • Ahoura Mortazavi
    Options

    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:

    1. What is the curl command you used to reach the endpoint?
    2. Are you using proxies? If yes, have you set them up on the Cribl side?

  • Ale Diaz
    Ale Diaz Posts: 3
    edited February 15
    Options

    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

  • Ahoura Mortazavi
    Ahoura Mortazavi Posts: 3
    edited February 15 Answer ✓
    Options

    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

  • Ale Diaz
    Ale Diaz Posts: 3
    Options

    Thanks a lot, that seems to have resolved my issue