querybook
querybook copied to clipboard
google oauth2 failed
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)')))
Were you able to solve this issue?
I have the exact same error at the moment.