Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google oauth2 failed #1293

Open
vasili439 opened this issue Jul 11, 2023 · 2 comments
Open

google oauth2 failed #1293

vasili439 opened this issue Jul 11, 2023 · 2 comments

Comments

@vasili439
Copy link

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)')))
@Yiidiir
Copy link

Yiidiir commented Nov 24, 2023

Were you able to solve this issue?

@macrodrigues
Copy link

I have the exact same error at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants