SSL handshake error- On consuming Webservice

0
Our Mendix application is consuming a webservice. The webservice end-point is a F5-LoadBalancer-url. On the F5 proflie, we have enabled a two-way ssl authentication.The client-ssl-authentication is not successful. The TCP-dump of the request shows that the webservice-end-point is having issue matching the presented client-certificate  with that of the certificate it has on it’s profile for the client. Mendix cloud environment has custom domain and the public certificate imported from browser is given to f5  for client verification. 
asked
2 answers
1

This issue is resolved. I had to add root ,issuer authorities and client cert in outgoing  to make a successful SSL handshake

answered
0

Sometimes java is unable to match a client certificate with a web service call.  To fix this mendix allows you to pin your client certificate to a consumed webservice. Did you already do this?

answered