01-18-2018 04:39 AM - edited 03-14-2019 05:52 PM
Greetings,
I have an issue with makeing REST request with the gadgets.io.makeRequest() in finesse version 10.5(1).
My gadget based on the Sample WebService gadget, the tomcat webserver is running with https protocol and I add the tomcat's certificate to Finesse trust list.
Unfortunately, the request responses with a status code of 500, the message is: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated.
The gadget and the requested web service is running on the same tomcat server, the gadget loads properly.
*Obviously, the finesse javascript library and jquery has available by the gadget.
Solved! Go to Solution.
01-23-2018 12:38 PM
Are you using self-signed certs or CA-signed certs? Does your cert contain the FQDN or Hostname of the web server. Check the gadget layout configs... the gadget URL should reflect the Certificate Name (CN) format of the web server certificate.
01-23-2018 12:38 PM
Are you using self-signed certs or CA-signed certs? Does your cert contain the FQDN or Hostname of the web server. Check the gadget layout configs... the gadget URL should reflect the Certificate Name (CN) format of the web server certificate.
08-16-2018 06:38 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide