VIP (Validation ID Protection)

 View Only

Communicating with VIP using Glassfish.

  • 1.  Communicating with VIP using Glassfish.

    Posted Jan 13, 2016 09:56 PM

    Hello all,

    I am trying to get Symantec VIP solution working for our web application.

    I have read documentation and used the wsdl's to generate a required "vipuserservices-test-client.jar".

    We have the certificate created from VIP Manager and I have used this cert in the sample "VipUserServicesQueryClient.java".

    I have got it working perfectly with no problems.

    Now when I try and run the same code through Glassfish I am getting problems.

    I took the VIP certificate and imported it into the Glassfish keystore.jks....also I exported the public key from the VIP Cert and imported it to my cacerts.jks.

    I have checked the keystore.jks and cacerts.jks and I see the VIP cert key entry inside.

    But when I actually try to make the call to VIP (using AuthenticationServiceStub and URL "https://userservices-auth.vip.symantec.com/"
    vipuserservices/AuthenticationService_1_3"), I get an

    "javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca"

    I am kinda new to dealing with security certificates.

    Would appreciate If any of you good people could point me to what I might be doing wrong/missing.

    PS: this is not a part of the Enterprise Gateway installation using LDAP