Ory Kratos Production #3150
Replies: 1 comment
-
Hello @Aditya51293 Yes, you can run Ory Kratos without SSL. However, it's important to note that running any application without SSL, especially one that handles authentication and user management, can pose serious security risks. To run Ory Kratos without SSL, you need to make sure that the ports 4455, 4433, 4434, and 4436 are free. You should always use 127.0.0.1 as the hostname and never use localhost because browsers treat these two as separate domains and will have issues with setting and using cookies. If port 4433 is not working, it might be because it's being used by another process or blocked by a firewall. You can check if the port is open or closed on a Linux server using the instructions provided in this link. Please note that this setup is suitable for a quickstart or development environment. For a production environment, it's highly recommended to secure your application with SSL. |
Beta Was this translation helpful? Give feedback.
-
I am creating ory kratos with postgre SQL using deploy to production.
But it is asking for cerbot after the Nginx installation. But I am trying to do with local ip.
Is there a way to install it without SSL and port 4433 is not working.
https://www.ory.sh/docs/kratos/guides/deploy-kratos-example
Beta Was this translation helpful? Give feedback.
All reactions