1
votes

I have followed the steps as mentioned in below url :

Configuring SSL between MobileFirst adapters & back-end servers by using self-signed certificates.

After performing above steps, I am able to see the certificate in key store with correct alias name 'mydomain.com'. However, when I try to invoke the procedure which has defined in HTTP adapter to make a call to back end server using HTTPS, below exception has thrown in worklight server console.

FWLSE0152E: Unable to find certificate chain with alias: 'mydomain.com'

Could you please provide any suggestions which would help us to resolve this issue.

1

1 Answers

1
votes

Looks like the CN of your backend server is not equals to backend domain name that you defined in the adapter xml file. If the CN=mydomain.com try to export public certificate from backend keystore and import it into adapter's keystore using open ssl library.