combine with kind and vyos run with container mode.
but NodeA send:
Ethernet II, Src: Containerlab_e6:5b:0b (aa:c1:ab:e6:5b:0b), Dst: Containerlab_a2:85:d0 (aa:c1:ab:a2:85:d0)
Internet Protocol Version 4, Src: 10.1.5.10, Dst: 10.1.8.11
Transmission Control Protocol, Src Port: 58146, Dst Port: 10250, Seq: 1, Ack: 1, Len: 254
Transport Layer Security
TLSv1 Record Layer: Handshake Protocol: Client Hello
but the nodeB recv:
Frame 4: 320 bytes on wire (2560 bits), 320 bytes captured (2560 bits)
Ethernet II, Src: Containerlab_ce:78:9a (aa:c1:ab:ce:78:9a), Dst: Containerlab_d6:66:f1 (aa:c1:ab:d6:66:f1)
Internet Protocol Version 4, Src: 10.1.5.10, Dst: 10.1.8.11
Transmission Control Protocol, Src Port: 58146, Dst Port: 10250, Seq: 1, Ack: 1, Len: 254
Transport Layer Security
TLSv1.3 Record Layer: Handshake Protocol: Client Hello
As you know, the vyos act as a L3 device. but why the send_with tls1.0 but recv with tls1.3?