which version of wM are you using?
----we are using 9.9 webMethods version.
Any Fixes applied?
—No fix applied, please suggest if any required.
Might it be that your partner does not accept TLSv1.2 currently?
—As per client TLSv1.2 is supported.
Please remove the SSLv2Hello and sslv2 from the list of allowed protocols as long as it is not required by special applications.
—Removed SSLv2Hello and sslv2 and checked still issue exists.
Can you check the output of “openssl s_client -connect :”?
—Result : 139656393811784:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1259:SSL alert number 40
139656393811784:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:184:
please have a look at the IS Administrators Guide.
You will have to configure a Truststore containg the CA certificate from your partners server when it is not in the general cacerts file of the jvm.
I guess curl application is acting as the client, and it’s missing cert.
pls check with curl documentation/forum on how to config cert for it, since this is just a WM forum.