You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Eric Chow <er...@gmail.com> on 2010/01/18 10:25:18 UTC

SSL connection + client certificate authentication with HttpClient

Hello,


How can I estatblish a (SSL connection + client certificate authenticate )
to the web server and get a web page?

For example:

web page:  https://www.mydomain.com/mypage.html
CA cert: myca.cert
trusted client cert: mycert.cert


Would you please to teach me and show my a simple example?

Best regards,
Eric