I am trying to find out what Cipher Suite being used in our Server.I am wondering any tools to give us the information ? I know Wireshark will provides such details if i am not wrong.
Any suggestion greatly appreciated. Thanks in advance
If you are looking for the negotiated one, you can find this information (for instance) in Chrome -> DevTools -> Security. This is the output for https://www.google.com
:
Please note that the handshake follows the approach of "we (the client) provide what we support, they (the server) choose something from that list". You can check with Wireshark how this is exchanged following a great read on the first few milliseconds of a HTTPS connection.