Server Order Preference option in ALB

0

There is no feature like Server Order Preference option in ALB as similar as CLB.
Customer wants to restrict clients to use TLS1.2 on ALB.
Without the Server Order Preference option in ALB, any guidance would be acceptable.

已提问 4 年前504 查看次数
1 回答
0
已接受的回答

Server Order Preference in CLB ensures the first cipher in the list of ciphers on the server (Load balancer) that matches the client cipher list is used. This is the default behaviour of ALB

Security policies

Elastic Load Balancing uses a Secure Socket Layer (SSL) negotiation configuration, known as a security policy, to negotiate SSL connections between a client and the load balancer. A security policy is a combination of protocols and ciphers. The protocol establishes a secure connection between a client and a server and ensures that all data passed between the client and your load balancer is private. A cipher is an encryption algorithm that uses encryption keys to create a coded message. Protocols use several ciphers to encrypt data over the internet. During the connection negotiation process, the client and the load balancer present a list of ciphers and protocols that they each support, in order of preference. By default, the first cipher on the server's list that matches any one of the client's ciphers is selected for the secure connection.

AWS
专家
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则