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
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
I can curl to https://my-server/my-service/.well-known/openid-configuration from my Kong Kubernetes pod without needing the --insecure flag, and curl returns the discovery json.
I'm not sure why the oidc plugin is complaining about certificates.
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm not sure why I need to turn off SSL verification when my discover url has a valid non-self-signed cert and there is no proxy involved, but the fix was to use ssl_verify: "no" rather than ssl_verify: "false".
I get this error even though "ssl_verify" is false and the remote server certificate is a valid CA endorsed cert.
My oidc plugin config as yaml is below. I convert it to json before creating/updating the plugin.
I can curl to
https://my-server/my-service/.well-known/openid-configuration
from my Kong Kubernetes pod without needing the--insecure
flag, and curl returns the discovery json.I'm not sure why the oidc plugin is complaining about certificates.
Any ideas?
The text was updated successfully, but these errors were encountered: