-
Below is an example of OpenConnect protocol connection flow between client and server from https://www.ietf.org/archive/id/draft-mavrogiannopoulos-openconnect-04.html Question: Is there a similar picture/connection process call flow diagram for "OpenVPN" ?Based on my understanding following is the flow for OpenVPN.
Is my understanding proper ? I would like to confirm about it and get if there are any reference call flow available. OpenVPN connection process I have assumed it from the following source:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Not in a diagram per se like that but the protocol is described in https://openvpn.github.io/openvpn-rfc/openvpn-wire-protocol.html But your understanding of the OpenVPN flow seems to be flawed. There is only one TCP/UDP connection per conection that will be used for everything with OpenVPN's own framing to distinguish between message types. Your flow assumpe at least two connections. |
Beta Was this translation helpful? Give feedback.
Not in a diagram per se like that but the protocol is described in https://openvpn.github.io/openvpn-rfc/openvpn-wire-protocol.html
But your understanding of the OpenVPN flow seems to be flawed. There is only one TCP/UDP connection per conection that will be used for everything with OpenVPN's own framing to distinguish between message types. Your flow assumpe at least two connections.