web server SSL? #1477
Replies: 4 comments
-
I don't know the ins and outs but I believe the fast server runs its own SSL as it has to handle domains that are configured in Postal so would be annoying to configure manually. The fast server also only needs to handle small-scale responses so it doesn't have to be as advanced as the web server. The web interface handles the API requests as well as the UI so its easier to offload the work to nginx. |
Beta Was this translation helpful? Give feedback.
-
It should be easy to edit https://github.com/atech/postal/blob/master/config/puma.rb to allow HTTPS for puma. Unfortunately I can not help. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your research but unless you or someone makes a pull request to add it, I don't think it would happen. |
Beta Was this translation helpful? Give feedback.
-
PR: #676 |
Beta Was this translation helpful? Give feedback.
-
Is possible to run web server with SSL?
fast_server can handle this. I know its best practice to put reverse proxy in front of it, but I am missing a point why web server can not handle SSL too.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions