Hopefully someone will respond to this beside me...I am curious to read the replies.
What OS are you using? I did something similar to this, although my case was different enough that this is probably not going to be too helpful. What I had to do is use HttpClient to connect to a webserver using a smart card containing the client's certificate. However, the client was accessing my app via Webstart. The clients were on Windows. Webstart has all the stuff necessary to deal with the smartcard. (Probably through Windows native APIs.) All I really needed to do was to force HttpClient to use the HttpsURLConnection default SSL socket factory. In the older version of HttpClient, this was a bit tricky, but with the newer versions of HttpClient, using the default socket factory is easy. Mark -----Original Message----- From: Rodrigoferra [mailto:[email protected]] Sent: Thursday, April 11, 2013 11:24 AM To: [email protected] Subject: Smartcard (Cac) remote authentication Gentlemen, I am needing to perform a routine with HttpClient, every day I need to connect to a website that requires authentication using smart card. I connect this website and then check if there is any notification to me. I would like to automate this routine, but I'm standing on the state of the smart card authentication, needed a light from you, how it can be possible to pass this check. The remote server which I want to connect, use the SEAM framework. Any tips on how to do this? Best regards! -- View this message in context: http://httpcomponents.10934.n7.nabble.com/Smartcard-Cac-remote-authentication-tp19770.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
