I would like to have Intenet Explorer allow me to choose an identity when connecting to a client-authentication enabled web server.
Currently I have my Tomcat web server configured to use client authentication. I also have an ssl client accessing a keystore and successfully connecting to the web server. However when trying to get IE 7 to successfully connect to the web server the methodology failed. I did the following:
I've created a pkcs12 file containing a private key as well as the associated digital certificate (it's currently self signed).
I then went into IE Tools-Internet-Options-Content and imported the pkcs12 file into the personal certificate box. When the browser attempts to make a connection with the web server, I get a popup message entitled "Choose A Digital Certificate"
HOWEVER the View-Certificate button is grayed out. I presume that this button should have allowed me to choose the certificate associated with the key-pair that I imported.
- Why is it grayed out?
- Is the methodology for what I'm trying to accomplish all together different?
thanks, Mike