Forum Discussion

Brandon_12607's avatar
Brandon_12607
Icon for Nimbostratus rankNimbostratus
Mar 22, 2019

LTM LogConnection error: ssl_null_parse:3167: record length too large (22)

Has anybody seen this issue?

 

Running 13.1.0.7 Log Level Warning Connection error: ssl_null_parse:3167: record length too large (22)

 

I found this article but it doesnt apply to 13.1.0.7 K17088: Increasing the size of the SSL handshake buffer

 

This is the size of my buffer below: list sys db tmm.ssl.maxhandshakesize sys db tmm.ssl.maxhandshakesize { value "32768"

 

1 Reply

  • Hi,

     

    if you get this kind of error and it's functional it's means that this error occurs in server side. You confirm that you send "serverssl-insecure-compatible" for all your VS?

     

    did you know which service is impacted? if yes can you give me the output of the backend:

     

    openssl s_client -connect x.x.x.x:port

     

    did you see this kind of error:

     

    err tmm1[17511]: 01230140:3: RST sent from 10.10.10.1:80 to 10.10.10.2:57521, [0x1b5adb9:2003] {peer} SSL error (handshake_failure(40)) in ltm logs?

     

    regards