gsheets error: [SSL: CERTIFICATE_VERIFY_FAILED]. How to disable SSL verification #31504
-
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hey @maksvg8! I'm here to help you with that issue. Let's tackle this problem together! I found a similar closed issue that might be helpful. The suggested solution is to check if the server is not recognizing Google's certificate, possibly due to your company's proxy settings. You might want to look into resolving SSL certificate verification issues, especially if you're running on a local server [1]. Additionally, according to the Superset documentation, you can disable SSL certificate validation by using the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Additionally, I tried connecting through Shillelagh. However, I didn't find a way to bypass ssl in the examples |
Beta Was this translation helpful? Give feedback.
-
Maybe @betodealmeida can help. I have seen many of your commits related to google spreadsheets |
Beta Was this translation helpful? Give feedback.
-
The GSheets adapter uses either a I think we need to add a new option to the GSheets dialect that allows disabling the SSL verification. |
Beta Was this translation helpful? Give feedback.
-
@maksvg8 can you try upgrading Shillelagh to 1.3.4? And then set in the database config (engine parameters): {"session_verify": false} |
Beta Was this translation helpful? Give feedback.
@maksvg8 can you try upgrading Shillelagh to 1.3.4? And then set in the database config (engine parameters):