mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
OIDC Initialization issue #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yusing on GitHub (May 31, 2025).
Originally posted by @Fuckingnameless in #108
@yusing commented on GitHub (May 31, 2025):
There's a spelling error, your url is "autentication.mydomain.com"
Either change it to "authentication.domain.com" or change the one in
extra_hosts@yusing commented on GitHub (May 31, 2025):
@Fuckingnameless
@siper commented on GitHub (May 31, 2025):
Have same issue. I use pocket-id in docker container over godoxy proxy, with domain pocket-id.example.com. If set
error changes to:
05-31 15:04 FTL failed to initialize authentication error="failed to initialize OIDC provider: Get "https://pocket-id.example.com/.well-known/openid-configuration": tls: failed to verify certificate: x509: certificate is valid for synology, not pocket-id.example.com"
@yusing commented on GitHub (May 31, 2025):
@siper
Which means 443 was allocated by synology, change
GODOXY_HTTP_ADDRto something like:8443and then add the port number toGODOXY_OIDC_ISSUER_URL.@siper commented on GitHub (May 31, 2025):
Sorry, my issue belongs to breaking changes from 0.x to 1.x in pocket id. Thanks for help.
@yusing commented on GitHub (May 31, 2025):
No problem
@gilbrotheraway commented on GitHub (Aug 20, 2025):
it was not an error, i edited the link obviously