straight-actor-10624
02/07/2023, 11:29 PMself-service/login?flow
URL (the action
of the login form) to http. What sets this public URL for kratos? I can't seem to change it. It's correctly set to my custom domain, but the scheme is wrong (http).straight-actor-10624
02/08/2023, 7:02 AMstraight-actor-10624
02/08/2023, 7:26 AM/ui/login
, flows give https urls as the action
.
When custom UI is set to https://auth.mycustomdomain.com/login, action
is set to http://api.auth.mycustomdomain.com/self-service/login?flow=xyzhigh-optician-2097
high-optician-2097
ory get identity-config --format yaml {preoject-id}
high-optician-2097
serve.public.url
for you?straight-actor-10624
02/08/2023, 3:45 PMstraight-actor-10624
02/08/2023, 3:46 PMory tunnel --project $SLUG <https://auth.mycustomdomain.com>
<https://api.auth.mycustomain.com> --cookie-domain <http://auth.mycustomdomain.com|auth.mycustomdomain.com>
https://github.com/ory/cli/blob/master/cmd/cloudx/proxy/proxy.go#L282
The output here is correct (https)straight-actor-10624
02/08/2023, 4:59 PMstraight-actor-10624
02/08/2023, 5:00 PMstraight-actor-10624
02/08/2023, 5:01 PMstraight-actor-10624
02/08/2023, 5:19 PMstraight-actor-10624
02/08/2023, 5:26 PMX-Forwarded-Proto
needed to be set to https
. Not really sure why - the client is making the requests over https.proud-plumber-24205
02/09/2023, 9:18 AMstraight-actor-10624
02/09/2023, 7:14 PM