300-415 · Question #367
What is the first step for setting up traffic flows when enabling TLS Proxy in SD-WAN for security?
The correct answer is D. The TCP connection is established between the client and the proxy, and between the proxy and the server. This question asks for the initial step in establishing traffic flows when enabling TLS Proxy for security in an SD-WAN environment.
Question
Options
- AThe sender authenticates the devices and individual users, and the receiver verifies the signature by decrypting the message with the public key of the sender.
- BCertificate authorities in TLS Proxy issue certificates for authentication to all entities such as hosts, network devices, or users.
- CWhen decryption policy is enabled for the flow, a client hello packet is received by Unified Threat Defense to define the decryption action.
- DThe TCP connection is established between the client and the proxy, and between the proxy and the server.
How the community answered
(51 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D92% (47)
Why each option
This question asks for the initial step in establishing traffic flows when enabling TLS Proxy for security in an SD-WAN environment.
Sender/receiver authentication and signature verification occur during the TLS handshake, which happens after the initial TCP connection establishment.
Certificate authorities issuing certificates is a prerequisite for TLS to function, but it's an administrative step, not the first step in setting up a traffic flow through the proxy.
Receiving a client hello packet and defining decryption action happens after the TCP connection is established and the client initiates the TLS handshake.
The very first step for any traffic flow through a proxy, including a TLS proxy, is the establishment of the underlying TCP connection. The client initiates a TCP connection to the proxy, and the proxy then establishes a separate TCP connection to the destination server, acting as an intermediary for all subsequent traffic, including the TLS handshake.
Concept tested: TLS Proxy traffic flow initiation
Source: https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/security/ios-xe-17/security-book-xe/tls-proxy.html
Topics
Community Discussion
No community discussion yet for this question.