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
I run a localhost SPA application that implement the authentication page of ory.network.
In order to manage the cookie, the Ory Tunnel is used locally.
The problem is that the Cookie is not sent to a distant api backend that is served on the same domain because it's in HTTPS.
Describe your ideal solution
We could add --ssl or --tls option to be able to serve Ory Tunnel or Proxy in https with a self-signed certificate.
A bit similar to what angular provide with ng serve --ssl --host lo.app.dev
Workarounds or alternatives
I had to build a docker container with HaProxy and a selfsigned certificate with Ory Tunnel inside.
It's working but it's not ideal.
Version
v0.2.2
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe your problem
I run a localhost SPA application that implement the authentication page of ory.network.
In order to manage the cookie, the Ory Tunnel is used locally.
The problem is that the Cookie is not sent to a distant api backend that is served on the same domain because it's in HTTPS.
Describe your ideal solution
We could add --ssl or --tls option to be able to serve Ory Tunnel or Proxy in https with a self-signed certificate.
A bit similar to what angular provide with
ng serve --ssl --host lo.app.dev
Workarounds or alternatives
I had to build a docker container with HaProxy and a selfsigned certificate with Ory Tunnel inside.
It's working but it's not ideal.
Version
v0.2.2
Additional Context
No response
The text was updated successfully, but these errors were encountered: