Thanks for the replyes! Thats the point, I need to get in touch with the vendor to apply for it!
Best regards! Rodrigo Ferrari (48) 9699 0008 TIM Em 17/04/2013, às 07:28, "Oleg Kalnichevski [via HttpComponents]" <[email protected]> escreveu: > On Mon, 2013-04-15 at 15:28 -0400, Mark Claassen wrote: > > > 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 > > > > There is no black magic involved in making HttpClient use SSL material > stored on an external medium such as a smart card. All it takes an > SSLContext or SSLSocketFactorty instance created based on the content of > the smart card. How exactly this can be done depends I cannot tell but > the card reader vendor should. > > Hope this helps somewhat. > > Oleg > > > > -----Original Message----- > > From: Rodrigoferra [mailto:[hidden email]] > > Sent: Thursday, April 11, 2013 11:24 AM > > To: [hidden email] > > 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: [hidden email] > > For additional commands, e-mail: [hidden email] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > > For additional commands, e-mail: [hidden email] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > > > If you reply to this email, your message will be added to the discussion > below: > http://httpcomponents.10934.n7.nabble.com/Smartcard-Cac-remote-authentication-tp19770p19845.html > To unsubscribe from Smartcard (Cac) remote authentication, click here. > NAML -- View this message in context: http://httpcomponents.10934.n7.nabble.com/Smartcard-Cac-remote-authentication-tp19770p19846.html Sent from the HttpClient-User mailing list archive at Nabble.com.
