Results 1 to 2 of 2

Thread: SSLHandshakeException for axis + spring dm

  1. #1
    Join Date
    Jul 2010
    Posts
    1

    Default SSLHandshakeException for axis + spring dm

    Apache Axis soap interafce works fine in my app until I start using spring dm. The exception that I got is listed below.

    javax.net.ssl.SSLHandshakeException:
    sun.security.validator.ValidatorException: PKIX path building failed:
    sun.security.provider.certpath.SunCertPathBuilderE xception: unable to
    find valid certification path to requested target

    This is related to verifying the server's certificate. What we have before is to disable the certificate checking by setting the system properties "System.setProperty(SSLFACTORY_PROP, NOTRUST_SSLFACTORY);" where
    SSLFACTORY_PROP = "axis.socketSecureFactory";
    NOTRUST_SSLFACTORY = "org.apache.axis.components.net.SunFakeTrustSocket Factory";

    Any idea what am I missing here? Thanks.

  2. #2
    Join Date
    Feb 2009
    Location
    Hursley, near Winchester, UK
    Posts
    37

    Default

    You might try on Spring Dynamic Modules forum rather than here, which is about dm Server.
    Last edited by Glyn Normington; Nov 1st, 2010 at 04:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •