Forum Discussion
Can I ignore ssl, ie connect via http (vs. https) or ignore missing certificates?
You may try bypass the SSL issue in your code. Please refer to threads below:
https://stackoverflow.com/questions/12506575/how-to-ignore-the-certificate-check-when-ssl
https://stackoverflow.com/questions/33084855/way-to-ignore-ssl-certificate-using-httpsurlconnection
I can't figure out why "Clear SSL State" doesn't work in your scenario. You can create a support ticket for deep analysis.
Regards,
Hmmmm, maybe I phrased my question wrong, but thanks for the reply! I'm not actually using any code (besides PowerQuery and DAX)
When I said connecting to the APIs, I meant that within Power BI I'm using "Get Data", then using the Web data connector to tap into those web REST APIs for our internally hosted servers (CommVault, VMWare, Isilon, XtremIO, etc.)
Is there a way I can tell Power BI to trust specific internal servers, or disable the cert checks? Probably a terrible idea, but trying to get this POC up and running at least. If there's a safer solution, that's great as well - but I'm still learning about certs, and from what I've been told, getting those onto our internal servers is going to be a big problem.