skip_verify_peer_cert not set for token endpoint and chain defined fetcher config.
The skip_verify_peer cert needs defined under the default oidc config to allow access to the token endpoint when using self signed certificates in dev environments. It looks like it is also being used on the global jwks_fetcher config, but is missing on fetcher configs in the individual chain configs. The following patch works in our tests: skip_verify_peer_cert.patch
Edited by Shannon Mitchell