I am using Selenium to test a web site which has HTTP Auth and now even SSL certificate.
As workaround for HTTP Basic Authentification I am using ChromeDriver - http://code.google.com/p/selenium/wiki/ChromeDriver and opening URLs in format
https://username:password@my-test-site.com
But now from security reasons, Client certificate needs to be installed on PC in order to log into that application.
However, ChromeDriver cannot see the "select certificate" prompt and I even cannot switch to it as Alert.
Did somebody solved this issue?