We are trying trying to send data from SAP to bank via SAP business connector using bank URL. We have configured the certificates in SAP BC which are authenticated by bank on the basis of private key generated from our server. Now when we trying to post data to bank it is giving below error.
java.lang.RuntimeException: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by TrustDecider
Any idea? Please give me some suggestions to resolve this problem.
Have you specified trusted CA for mentioned bank? In integration server admin page go to Certificates and set Trusted Certificates location to directory where you have cert of CA (certificate of trusted authority, by whom bank certificate was signed).