Authentik OIDC ssl Handshake issue

Hello, I installed Homarr 1.43.2 on Unraid Docker yesterday and I have been trying to setup oidc with Authentik. Homarr is sitting behind an NginxProxyManager and is reachable with no problems, but I get an error when trying to login with Authentik, see screenshot. I have added the fullchain2.pem certificate to homarr already and I have gone through many different docker configs with no success. I have not found anyone else with this specific error. Thanks in advance!
No description
3 Replies
Cakey Bot
Cakey Bot4w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Sleipn1r
Sleipn1rOP4w ago
Relevant part of my Docker config:
AUTH_PROVIDERS: oidc,credentials
AUTH_LOGOUT_REDIRECT_URL: https://auth.my.domain/application/o/homarr/end-session/
AUTH_OIDC_ISSUER: https://auth.my.domain/application/o/homarr/
AUTH_OIDC_CLIENT_ID: REDACTED
AUTH_OIDC_CLIENT_SECRET: REDACTED
AUTH_OIDC_CLIENT_NAME: authentik
AUTH_OIDC_AUTO_LOGIN: true
AUTH_OIDC_SCOPE_OVERWRITE: openid email profile groups
AUTH_OIDC_GROUPS_ATTRIBUTE: groups
AUTH_OIDC_URI: https://auth.my.domain/application/o/authorize
BASE_URL: https://my.domain
NEXTAUTH_URL: https://my.domain
NEXTAUTH_SECRET: REDACTED
AUTH_PROVIDERS: oidc,credentials
AUTH_LOGOUT_REDIRECT_URL: https://auth.my.domain/application/o/homarr/end-session/
AUTH_OIDC_ISSUER: https://auth.my.domain/application/o/homarr/
AUTH_OIDC_CLIENT_ID: REDACTED
AUTH_OIDC_CLIENT_SECRET: REDACTED
AUTH_OIDC_CLIENT_NAME: authentik
AUTH_OIDC_AUTO_LOGIN: true
AUTH_OIDC_SCOPE_OVERWRITE: openid email profile groups
AUTH_OIDC_GROUPS_ATTRIBUTE: groups
AUTH_OIDC_URI: https://auth.my.domain/application/o/authorize
BASE_URL: https://my.domain
NEXTAUTH_URL: https://my.domain
NEXTAUTH_SECRET: REDACTED
Through ChatGPT I found an issue that i hadn't noticed before. The time in my homarr container is 1 hour behind my actual timezone and the authentik container, which might cause this issue. The question now is why the time is wrong an how can I fix it. My Unraid Docker starts with the environment Variable TZ=Europe/Berlin so it should be correct
Meierschlumpf
Meierschlumpf4w ago
Hmm not sure what is going on here, do you use https for a non-https url maybe? Yeah timezone should work theoretically

Did you find this page helpful?