-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
[BUG] - OIDC_TLS_CACERTFILE has no effect since version 2 #4449
Comments
I'm getting this same error using Authelia for OIDC. I use an https certificate from ZeroSSL with caddy as the reverse proxy. Relevant Logs:
|
Ha, yeah you're absolutely correct. We started using a different client for making the requests and I forgot to pass it the custom certfile... |
Don’t worry that happens. Btw I lobst that we now can use the client secret. |
@Haennetz Can I give you a custom docker image to pull to test this out? I can verify from logs that the certfile is getting passed to the client and when I pass a nonexistent file it fails, but since I don't use a custom CA cert, I can't fully verify the fix. |
Sure I will test it out |
Thanks! here it is, it's based off of the v2 image: |
Thanks for the fix, It works with the custom cert. |
First Check
What is the issue you are experiencing?
In the MR #4254 the removal of this block https://github.com/mealie-recipes/mealie/pull/4254/files#diff-7badb6279a3d47d0dc158c95b5baebe4fd44a5a299f6b6511f12355046afbf37L133-L135 causes the OIDC login to fail with the error
In the UI i get an internal server error.
Steps to Reproduce
Use a Custom CA for the OIDC Provider and specify the cert via the env variable OIDC_TLS_CACERTFILE
Please provide relevant logs
log output
Mealie Version
2.0.0
Deployment
Docker (Linux)
Additional Deployment Details
Using kanidm as OIDC provider with an self singe CA cert
The text was updated successfully, but these errors were encountered: