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
go run main.go -key=./key.json -domain=localhost:8080
2024/03/13 16:01:35 ERROR zitadel sdk could not initialize error="Get \"https://localhost:8080/.well-known/openid-configuration\": http: server gave HTTP response to HTTPS client"
exit status 1
Is there a way to run zitadel with https connection locally?
The text was updated successfully, but these errors were encountered:
I have tried to run the same code as this example and I am running zitadel locally. And I get this error when I run the code provided here : https://github.com/zitadel/zitadel-go/blob/main/example/http/http.go
Is there a way to run zitadel with https connection locally?
The text was updated successfully, but these errors were encountered: