java - Certificate chain verifier error in sun solaris Server certificate rejected by ChainVerifier -
i invoking java method tibco bw passing certificate path. java method loading public certificate , invokes https thirdparty url. in windows working fine in sun solaris getting below error. possible solution this. below solaris version. downloaded public certificate url , converted p12 format whic using.
sunos abcd1 5.10 generic_150400-30 sun4v sparc sun4v
the method [com.abcd.abcde.eps.impl.abcdservice.dogetabcdstatus] raised exception [com.sun.jersey.api.client.clienthandlerexception]. com.sun.jersey.api.client.clienthandlerexception: java.lang.runtimeexception: error while silently connecting: org.w3c.www.protocol.http.httpexception: iaik.security.ssl.sslexception: server certificate rejected chainverifier
raised exception [com.sun.jersey.api.client.clienthandlerexception]. com.sun.jersey.api.client.clienthandlerexception: java.lang.runtimeexception: error while silently connecting: org.w3c.www.protocol.http.httpexception: iaik.security.ssl.sslexception: server certificate rejected chainverifier
"rejected chainverifier" means missing 1 or more root / intermediate certificates.
check certificate passing java method , ensure list of (root) certificates have on solaris box same have on windows. need download whole chain of root , intermediate certificates , make them available trusted certs.
Comments
Post a Comment