Error processing request. HTTPS required #282
Unanswered
RebootsSaveLives
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having some issues with trying to get SSO working.
Forgive me if I have a weird setup. I'll detail it below:
I checked the logs and for some reason, Jellyfin is requiring HTTPS even though I have the checkbox "Disable OpenID HTTPS Discovery (Insecure)" checked. Can someone help? Log below:
[2025-07-22 00:02:50.703 +00:00] [INF] [167] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2025-07-22 00:05:46.800 +00:00] [INF] [166] Jellyfin.Plugin.SSO_Auth.Api.SSOController: SSO Controller initialized
[2025-07-22 00:05:46.802 +00:00] [ERR] [166] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/sso/OID/start/authentik".
System.InvalidOperationException: Error loading discovery document: Error connecting to http:///application/o/jellyfin/.well-known/openid-configuration. HTTPS required.
---> System.InvalidOperationException: HTTPS required
Beta Was this translation helpful? Give feedback.
All reactions