WL 5.0.6, HTTP adapter, running on Liberty
We want to make simple connection from our adpater to a backend over SSL, the backend team have provided us their certificate.
Our symptom is
FWLSE0101E: Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
We have read the infocenter here but clearly have got something wrong. Steps we took
- Used the JRE keystore tool to add the cert to a keystore.
- Adjusted the worklight properties to point to the kaystore.
- Restarted the WL Server
Any suggestions for how to diagnose or fix?