Printing list of Client Hello cipher suites in PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rockpunkpeter
Forum Newbie
Posts: 1
Joined: Mon Feb 27, 2012 10:37 pm

Printing list of Client Hello cipher suites in PHP?

Post by rockpunkpeter »

I want to display the list of cipher suites (and other information sent during handshake) that the client sends using PHP.

Similar to what is printed by https://www.mikestoolbox.org/ I was wondering how to do this. I didn't see any option to list the cipher suites via environment variables (mod_ssl). Do I have to get it via some other means? I would appreciate a nudge in the right direction.
Post Reply