Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 Java 启动与服务器的 SSL 握手,Java 有一组启用的密码套件,将在握手期间提供。该列表将影响服务器的选择。如果我想知道发球的默认选择是什么,不受客户影响,我可以这样做吗?我应该在客户列表中添加什么?
没有“不受客户端影响的服务器的默认选择”之类的东西。这个问题没有任何意义。客户端提供密码套件列表,服务器选择一个,周期。