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
Is it possibe to use oauth with openidConnect provider alongside with skip-tls-verify option?
We have openID provider with self-signed SSL and gitea isn't able to connect to it
2021/07/08 13:22:02 main.go:117:main() [F] Failed to run app with [gitea admin auth update-oauth --id 1 --auto-discover-url [url] --key [app] --name oAuth --provider openidConnect --secret [secret]]: models.SetEngine: Failed to connect to database: Unknown database type:
The text was updated successfully, but these errors were encountered:
That's currently not supported as far as I can tell.
I'm also not sure skipping TLS verification is a good idea for an auth provider.
You could instead try to add your local CA used to create the self signed cert to the trust store on the system gitea is running on.
Is it possibe to use
oauth
withopenidConnect
provider alongside withskip-tls-verify
option?We have
openID
provider with self-signedSSL
andgitea
isn't able to connect to it2021/07/08 13:22:02 main.go:117:main() [F] Failed to run app with [gitea admin auth update-oauth --id 1 --auto-discover-url [url] --key [app] --name oAuth --provider openidConnect --secret [secret]]: models.SetEngine: Failed to connect to database: Unknown database type:
The text was updated successfully, but these errors were encountered: