thanks...

I found something else also..
the jar from below link has.. (http://juliusdavies.ca/commons
>
> -ssl/download.html)
>

public class StrictSSLProtocolSocketFactory extends
org.apache.commons.ssl.HttpSecureProtocol

while in the source code of Apache commons-httpclient jar i saw
 public class StrictSSLProtocolSocketFactory
    implements SecureProtocolSocketFactory

wat is the difference between the two?? is there any pros or cons for this
and why???

cheers.

On 8/10/07, Julius Davies <[EMAIL PROTECTED]> wrote:
>
> Apache doesn't package that code.  It's only in CVS as example code to
> inspire you.  :-)
>
> If you're brave, you can try the jar file I packaged.  No affiliation
> with Apache, though, but there is an implementation of
> StrictSSLProtoclSocketFactory that should do the job.
>
> http://juliusdavies.ca/commons-ssl/download.html
>
> yours,
>
> Julius
>
> On 8/8/07, nitya vyas <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I m using StrictSSLProtocolSocketFactory class to implement SSL in
> > HTTPClient. But i m not able to find the jar for the same. It is
> available
> > in the sourcecode on the Apache web repository but not the jar file.
> >
> > Can u tell me from where can I find this jar so that changes can be
> > tracked???
> >
> >
> > Thanks
> >
>
>
> --
> yours,
>
> Julius Davies
> 604-251-3219
> http://juliusdavies.ca/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to