It’s also worth noting that `ory proxy` doesn’t ap...
# general
w
It’s also worth noting that
ory proxy
doesn’t appear to set the
X-Forwarded-Proto
header when using TLS. Because of this the my upstream service isn’t able to construct urls with the correct protocol. I’ll see about writing bug tickets, just a bit swamped at the moment. (looks like I’m blocked on implementing a registration UI until I find a workaround)
h
Hey Zach, that's true - we don't set that header. I believe we removed the TLS capabilities from the Proxy in the 0.1.0 version - what version are you using? We removed it because it caused a lot of issues like the ones you describe...
w
I’m on
v0.0.72
via homebrew I believe. I’ll go checkout latest.
h
A yeah, we should have resolved that in 0.1.0. You can find the release notes here: https://github.com/ory/cli/releases/tag/v0.1.0
By the way, if you ask in #cloud - we monitor that channel very closely so in case things get lost in the noise here you can also ask there 🙂
👍 1
w
Thanks for the help. I’ll try out the new proxy version in the morning. ✌️