Forum Discussion
atpbi10
Helper I
5 years agoSelf signed cerificate API powerbi power query
Hey I'm trying to retrieve the data from API which is hosted on azure VM with self signed certificate, using this code: let
url = "https://***WEBSITEURL***/api/",
source_url = "***WEBSITEURL***/...
atpbi10
Helper I
5 years agoThis did not work. Do you think maybe that changing https configuration on Azure VM on which the api is deployed on might help?