rough-musician-16785
08/06/2023, 9:35 PMquickstart.yml
and contrib/quickstart/kratos/email-password/kratos.yml
yet when going to <https://127.0.0.1:4455/login>
(the “Sign In” link in the UI) i will get redirected to <http://127.0.0.1:4433/self-service/login/browser?aal=&refresh=&return_to=>
(so, using http, not https://). I have set:
kratos-selfservice-ui-node:
image: eest/kratos-selfservice-ui-node:v1.0.0
environment:
- KRATOS_PUBLIC_URL=<https://kratos:4433/>
- KRATOS_BROWSER_URL=<https://127.0.0.1:4433/>
so I am not sure why the node service is still trying to send me to http://…rough-musician-16785
08/06/2023, 10:03 PMconsole.log()
debugging later i noticed the value was also set in quickstart-standalone.yml
, so my change in quickstart.yml
was overwritten facepalm 🙂stocky-furniture-33330
08/06/2023, 10:59 PMrough-musician-16785
08/09/2023, 11:02 AM- NODE_EXTRA_CA_CERTS=/tls/ca.pem
to have selfservice-ui-node pick up my CA to accept the self signed certs presented by kratos, but with that it seems to work for basic login at leastrough-musician-16785
08/09/2023, 11:03 AM