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
As this is no longer parsed, nodes using this config now try to connect to peers without TLS. This obviously fails, but the message is extremely unhelpful:
2024-03-13 11:22:56 time="2024-03-13T10:22:56Z" level=debug msg="failed to open a grpc ClientConn" error="context deadline exceeded: connection error: desc = \"error reading server preface: http2: frame too large\"" module=Network peerAddr=<rein> peerAuthenticated=false peerDID= peerID=
2024-03-13 11:22:56 time="2024-03-13T10:22:56Z" level=debug msg="failed to open a grpc ClientConn" error="context deadline exceeded: connection error: desc = \"error reading server preface: EOF\"" module=Network peerAddr=<wout> peerAuthenticated=false peerDID= peerID=
2024-03-13 11:22:56 time="2024-03-13T10:22:56Z" level=debug msg="failed to open a grpc ClientConn" error="context deadline exceeded: connection error: desc = \"error reading server preface: EOF\"" module=Network peerAddr=<gerard> peerAuthenticated=false peerDID= peerID=
2024-03-13 11:22:57 time="2024-03-13T10:22:57Z" level=debug msg="failed to open a grpc ClientConn" error="context deadline exceeded: connection error: desc = \"error reading server preface: http2: frame too large\"" module=Network peerAddr=<e-care> peerAuthenticated=false peerDID= peerID=
Solution: A node should fail to start if the deprecated config settings are present
(Nodes not wanting to use TLS still works fine as demonstrated by e2e tests)
The text was updated successfully, but these errors were encountered:
#2877 removed the deprecated TLS config under
network
(moved totls
) i.e.,As this is no longer parsed, nodes using this config now try to connect to peers without TLS. This obviously fails, but the message is extremely unhelpful:
Solution: A node should fail to start if the deprecated config settings are present
(Nodes not wanting to use TLS still works fine as demonstrated by e2e tests)
The text was updated successfully, but these errors were encountered: