简体   繁体   中英

How can I know the default ciphersuite a server provides using Java

If I am using Java to initiate SSL handshake with a server, Java has a set of enabled ciphersuites that will be offered during the handshake. This list will influence the server's choice. If I want to know what is the default choice for the serve, without being influenced by the client, can I do this? What shall I add in the client's list ?

There is no such thing as 'the default choice for the server without being influenced by the client'. The question has no meaning. The client supplies a list of cipher suites, the server chooses one, period.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM