Request a Client SSL Certificate (via smart card)

Hello,

Our PHP application before using ExeOutput used Apache server and we used the SSLVerifyClient require setting in the Apache config file. This allowed us to use the following variables in PHP: $_SERVER['SSL_CLIENT_M_SERIAL'] and $_SERVER['SSL_CLIENT_S_DN_CN']

What server is being use inside the ExeOutput bundle? We’ll we be able to turn on SSL verification causing the application to prompt for a smart card/PIV?

No specific server is used. ExeOutput simulates a server but it is not a real one. Such parameters are not handled. Maybe you should add a third-party WAMP package such as Server2go (see our sample at http://www.exeoutput.com/mysql.php) to handle the specific SSL issues.