http://hc.apache.org/httpclient-3.x/sslguide.html
http://cephas.net/blog/2007/10/02/using-a-custom-socket-factory-with-httpclient/
http://wso2.org/library/1646

It might be worth reusing the same ServiceClient across different calls.
To do so set it to the ConfigurationContext -- see
AsyncService2Test.java

HTH,
Michele

On Tue, 2008-03-18 at 08:54 -0700, Karr, David wrote:
> I want to determine whether it's possible to configure the HttpClient
> used with Axis with a custom socket factory that can log an event if the
> SSL cert sent from a server will be expiring in N days.  I understand
> most of the details of the socket factory, but I don't know if Axis
> provides the hooks I need to set the socket factory on the HttpClient
> instance.  Can someone comment on this?
> 
> This is relevant to both the "old" and "new" Axis.
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to