querybook icon indicating copy to clipboard operation
querybook copied to clipboard

google oauth2 failed

Open vasili439 opened this issue 2 years ago • 2 comments

Hi! I'm trying to configure google oauth. My env vars what I pass with the helm chart looks:

    PUBLIC_URL: https://qb.domain.com
    AUTH_BACKEND: app.auth.google_auth
    OAUTH_CLIENT_ID: blablabla
    OAUTH_CLIENT_SECRET: blablabla
    OAUTH_AUTHORIZATION_URL: https://accounts.google.com/o/oauth2/v2/auth
    OAUTH_TOKEN_URL: https://oauth2.googleapis.com/token
    OAUTH_USER_PROFILE: https://openidconnect.googleapis.com/v1/userinfo

When I try to access querybook it redirects me to google but after successful auth with google I got an exception:

requests.exceptions.SSLError: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLError(9, '[SSL] PEM lib (_ssl.c:4065)')))

vasili439 avatar Jul 11 '23 06:07 vasili439

Were you able to solve this issue?

Yiidiir avatar Nov 24 '23 09:11 Yiidiir

I have the exact same error at the moment.

macrodrigues avatar May 14 '24 08:05 macrodrigues