Forum Discussion
simbasister
4 years agoFrequent Visitor
how to solve javax.net.ssl.SSLHandshakeException when I called power bi api
I have got access token and created client by using this access token. But when i called power bi api like below client.getReportsOperations().getReportInGroup(workspaceId, reportId) it throws java...
Anonymous
4 years agoNot applicable
Hi simbasister ,
Are you calling the two REST API below? Are you using the embedded analytics solution: Embed content for customers? And it embed with a service principal and a certificate? Could you please provide a screenshot of the error message that occurred and some of the operations you took?
Reports - Get Reports In Group
In addition, please review the following links. Hope they can help you solve the problem.
PKIX PATH BUILDING FAILED: UNABLE TO FIND VALID CERTIFICATION PATH TO REQUESTED TARGET
You have to create a custom connector for using OAUTH2. There are some very good tutorials here: https://github.com/Microsoft/DataConnectors
Best Regards