The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I’m encountering an issue while trying to connect Power BI Desktop to an AWS RDS SQL Server instance.
Error Message:
"A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)"
What I’ve Tried:
Has anyone experienced a similar issue, and how did you resolve it? Any guidance on properly configuring Power BI to trust the AWS RDS SSL certificate would be appreciated.
Thank you!
Solved! Go to Solution.
Hi Team,
I wanted to share an update on the AWS RDS connection issue in Power BI, which I had posted on the Power BI community earlier. I was able to resolve the problem by adding an environment variable `PBI_SQL_TRUSTED_SERVERS` to my system. This allowed Power BI to trust the RDS instance, and the connection was established successfully.
If anyone is facing similar issues, here’s a general approach:
1. Add the `PBI_SQL_TRUSTED_SERVERS` environment variable on the machine where Power BI is running.
2. Set its value to include your RDS server (e.g., `your-rds-instance-url:port`).
3. Restart Power BI and try connecting again.
This resolved the SSL certificate trust issue that was causing the error.
Feel free to reach out if you need further details!
Best regards,
Manoj Prabhakar
Hi Team,
I wanted to share an update on the AWS RDS connection issue in Power BI, which I had posted on the Power BI community earlier. I was able to resolve the problem by adding an environment variable `PBI_SQL_TRUSTED_SERVERS` to my system. This allowed Power BI to trust the RDS instance, and the connection was established successfully.
If anyone is facing similar issues, here’s a general approach:
1. Add the `PBI_SQL_TRUSTED_SERVERS` environment variable on the machine where Power BI is running.
2. Set its value to include your RDS server (e.g., `your-rds-instance-url:port`).
3. Restart Power BI and try connecting again.
This resolved the SSL certificate trust issue that was causing the error.
Feel free to reach out if you need further details!
Best regards,
Manoj Prabhakar