Not able to run an API with https url
Hi Everybody,
I'm trying to run an API which has the URL: https://192.168.234.15:8003/api/v1/gateway/devices (the host is set up in local network). The method is GET.
As this is https, it requires a token, which is: Access-Token and its value is: eyJhbGciOiJRwczotcGxlL.mFrs3Zo8eaSNcxiNfvRh9dqKP4F1cB
I'd tried in Postman (Chrome's extension) and it works fine.
To automate more API, I'd tried once in SOAP UI NG (Ready API 1.7.0) but got the error:
2016-06-09 14:53:08 - Error getting response; javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
I'd been searching for the solution on the internet many days but unfortunately, all the threads are discussing about HTTP only.
I attach here 2 images, 1 is the result in Postman and 1 is the result in SOAP I NG.
Please help me with the solution.
Thanks alot !