-
my config-dev.yaml is as follows, I comment for HTTP options and uncomment for HTTPS options , but it seems not to work in HTTPS mode. When a HTTPS client request, dex gives a HTTP response. web: how to fix this problem? after starting server, i run this command as follows |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! Thanks for reporting this. Are you trying to run dex from the master branch? The HTTPS server seems to be broken in the master right now. This is a regression, and I am working on a fix. The workaround is to use one of the tag releases, e.g., v2.27.0. |
Beta Was this translation helpful? Give feedback.
Hello! Thanks for reporting this.
Are you trying to run dex from the master branch? The HTTPS server seems to be broken in the master right now. This is a regression, and I am working on a fix. The workaround is to use one of the tag releases, e.g., v2.27.0.