-
Hi all, tls: and of course we set --dangerous-force-http, or hydra wouldn't start.
our hydra.yml:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @alfmos |
Beta Was this translation helpful? Give feedback.
Hello @alfmos
Can you omit --dangerous-force-http and not put Hydra behind the proxy?
You should expose the Public port (default 4444) but not the Administrative port (default 4445), as per the prepare for production documentation.
You can also serve the ports seperately https://www.ory.sh/docs/hydra/cli/hydra-serve-public , but using
hydra serve all
is recommended.