Forum Discussion
Google BQ connection error
ODBC: ERROR [HY000] [Microsoft][DriverSupport] (1120) SSL verification failed because the server host name specified for the connection does not match the "CN" entry in the "Subject" field or any of the "DNS Name" entries of the "Subject Alternative Name" field in the server certificate. ERROR [HY000] [Microsoft][DriverSupport] (1120) SSL verification failed because the server host name specified for the connection does not match the "CN" entry in the "Subject" field or any of the "DNS Name" entries of the "Subject Alternative Name" field in the server certificate.
How do i solve this error, I have tried the below solution but still the error persists
In PBI Desktop open the report and goto to "Transform data" -> "Advanced Editor".
2. Add command timeout value such as:
Source = GoogleBigQuery.Database([CommandTimeout=#duration(0, 0, 30, 0)]),
Hi Anonymous ,
For BQ, PostGreSQL, and other ODBC sources that allow cloud refresh, only certificates signed by a trusted certificate authority that already exists in the PowerBI service's trusted certificate store can successfully establish an SSL connection.
PowerBI desktops and gateways can only use certificates from the system's trusted certificate store. This may require administrative privileges to the system. Ensure that you have added a certificate by following these steps.- Start|run|certlm.msc
- Expand "Trusted Root Certificate Authorities" and select "Certificates"
- If it does not exist, search for it in the current user's certificate store.
- This will launch the Certificate Import Wizard. Select "Local Computer" as the store location
- Click "Next" and select "Place all certificates in the following store"
- Click "Browse" and select "Trusted Root Certificate Authorities"
- Click "OK"|Next|Finish
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- v-henryk-mstfCommunity Support
Hi Anonymous ,
For BQ, PostGreSQL, and other ODBC sources that allow cloud refresh, only certificates signed by a trusted certificate authority that already exists in the PowerBI service's trusted certificate store can successfully establish an SSL connection.
PowerBI desktops and gateways can only use certificates from the system's trusted certificate store. This may require administrative privileges to the system. Ensure that you have added a certificate by following these steps.- Start|run|certlm.msc
- Expand "Trusted Root Certificate Authorities" and select "Certificates"
- If it does not exist, search for it in the current user's certificate store.
- This will launch the Certificate Import Wizard. Select "Local Computer" as the store location
- Click "Next" and select "Place all certificates in the following store"
- Click "Browse" and select "Trusted Root Certificate Authorities"
- Click "OK"|Next|Finish
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.