You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is a problem trying to connect to a nsca-ng server: when calling NSCAServer.Connect(), the code blocks. On the server side, it looks like this (IP address redacted):
nsca-ng: [DEBUG] Initializing connection context
nsca-ng: [DEBUG] Creating buffer (address: 0x7ea930)
nsca-ng: [DEBUG] Creating buffer (address: 0x7ea900)
nsca-ng: [DEBUG] Accepted connection from 88.x.y.z
nsca-ng: [DEBUG] Cannot accept connection right now
nsca-ng: [DEBUG] TLS handshake with 88.x.y.z not (yet) successful
nsca-ng: [DEBUG] Waiting for input from 88.x.y.z
Same issue, but nsca_ng has a different protocol which uses TLS connections and requires TLS_PSK_WITH_AES_256_CBC_SHA, and golang lib don't support this cipher suite yet. :(
Hi
It looks like there is a problem trying to connect to a nsca-ng server: when calling NSCAServer.Connect(), the code blocks. On the server side, it looks like this (IP address redacted):
I've tracked down the blocking point up to the nsca package, and the culprit is located at https://github.com/Syncbak-Git/nsca/blob/master/packet.go#L169
I've tried with
ENCRYPT_NONE
encryption and withENCRYPT_XOR
, same results... Have you any idea what could cause this problem?The text was updated successfully, but these errors were encountered: