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
I have a Keycloak service that I want to use to authenticate users on a Wave app.
I've tried different combinations of -no-tls-verify and H2O_WAVE_NO_TLS_VERIFY=true with no success.
panic: failed connecting to OIDC provider: Get "https://keycloak.xxxx/realms/xxxx/.well-known/openid-configuration": tls: failed to verify certificate: x509: certificate signed by unknown authority
Expected behavior
Should not compliant about the certificate
Steps To Reproduce
Build a Docker image and start the Waved service with the following script:
Wave SDK Version, OS
1.1.2, Linux/Docker
Actual behavior
I have a Keycloak service that I want to use to authenticate users on a Wave app.
I've tried different combinations of
-no-tls-verify
andH2O_WAVE_NO_TLS_VERIFY=true
with no success.Expected behavior
Should not compliant about the certificate
Steps To Reproduce
Build a Docker image and start the Waved service with the following script:
I've also tried:
(cd "${WAVE_PATH}" && ./waved -no-tls-verify -listen ":${PORT}"& )
export H2O_WAVE_NO_TLS_VERIFY=t
export H2O_WAVE_NO_TLS_VERIFY=1
The text was updated successfully, but these errors were encountered: