Forum Discussion
Anonymous
5 years agoNot applicable
Connection Error
Dear Altruists, I am trying to get JSON data via rest api url. The rest api url I have is not SSL secured. When I am trying to provide user credentials it is showing the error that "Underlying...
- 5 years ago
Hi Anonymous
The problem is caused by thhe system the API is on not having an SSL certificate and therefore not supporting an HTTPS connection.
There's nothing you can do from your end on your PC to fix this, the changes must be made on the system/computer hosting the API.
Regards
Phil
PhilipTreacy
5 years agoSuper User
Hi Anonymous
Is your API URL using HTTPS? Try just using HTTP://
Regards
Phil
- Anonymous5 years agoNot applicable
I have found the following one as well.
https://powerbi.microsoft.com/pl-pl/blog/ssl-security-error-with-data-source/
I downloaded the self signed certificate by following the link
But still getting the same error.