You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
I've set cert_manager/letsencrypt_environment to staging for testing purposes. The services are not working, because they don't trust oauth, presenting an LE staging certificate:
[2020/12/15 10:04:26] [oauthproxy.go:798] Error redeeming code during OAuth2 callback: Post "https://my-domain.com/auth/realms/BKPR/protocol/openid-connect/token": x509: certificate signed by unknown authority
Please let the services trust LE staging, when staging is used, for testing.
Thanks,
Floek
The text was updated successfully, but these errors were encountered:
oauth2-proxy has a setting for allowing insecure ssl validation. --ssl-upstream-insecure-skip-validation. Would this work for your case? Right now, for testing purposes, could you try editing the oauth2-proxy pod an add this argument to it?
Thanks for the feedback! Yes, it would be interesting adding a small section in our documentation to cover this use case. I will forward this information for evaluation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've set cert_manager/letsencrypt_environment to staging for testing purposes. The services are not working, because they don't trust oauth, presenting an LE staging certificate:
Please let the services trust LE staging, when staging is used, for testing.
Thanks,
Floek
The text was updated successfully, but these errors were encountered: