...
Register or Login to Your Account
Hi Xperts, I am getting the below exception while trying to do a http post to one of our client's application: [b]com.wm.app.b2b.server.ServiceException.java.io.IOException:iaik.security.ssl.SSLException: Server certificate rejected by ChainVerifier[/b] Any suggestions or solutions appreciated... Regards, George
Hi, You have to get the client certificate. In order to get the client certificate we have followed the procedure: openssl s_client –connect clienthost.com:port > ~/test.cert Then we can find the client certificate certificate at our root directory. It usually comes as .cert extension, rename it to .der then we can find this Copy the certificate to /webMeth/webMethods61/IntegrationServer/config/ClientCertificates Follow this http://idnxchange.com/webmethods-blogs/webmethods-step-by-step-https-communication-from-integration-server.html - Blog for more details. Regards, Vikram
George
Hi Xperts,
I am getting the below exception while trying to do a http post to one of our client's application:
[b]com.wm.app.b2b.server.ServiceException.java.io.IOException:iaik.security.ssl.SSLException: Server certificate rejected by ChainVerifier[/b]
Any suggestions or solutions appreciated...
Regards,
George
Vikas
Hi,
You have to get the client certificate. In order to get the client certificate we have followed the procedure:
openssl s_client –connect clienthost.com:port > ~/test.cert
Then we can find the client certificate certificate at our root directory.
It usually comes as .cert extension, rename it to .der then we can find this
Copy the certificate to /webMeth/webMethods61/IntegrationServer/config/ClientCertificates
Follow this http://idnxchange.com/webmethods-blogs/webmethods-step-by-step-https-communication-from-integration-server.html - Blog for more details.
Regards,
Vikram