Hello Basti, please study the JSSE documentation and API to learn how to establish SSL connections with client certificates: http://java.sun.com/products/jsse/index.jsp
Once you've mastered this step, implement a secure protocol socket factory for HttpClient: http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/protocol/SecureProtocolSocketFactory.html See also the SSL guide: http://jakarta.apache.org/commons/httpclient/sslguide.html hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
