I am trying to get the list of Cipher Suits offered by my clients when visiting my PHP web page.
I tried checking $_SERVER['SSL_CLIENT_CERT'] or $_SERVER['SSL_CLIENT_CERT_CHAIN_0'], but I am getting the following error
Warning: Undefined array key "SSL_CLIENT_CERT" ..
My webserver is Apache (XAMPP). It seems that the super global variable $_SERVER is not populated with this information. Any idea on how can I get it?
Note: $_SERVER['HTTPS'] is 'on'