Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web server SSL? #673

Closed
lukasmrtvy opened this issue Sep 27, 2018 · 4 comments
Closed

web server SSL? #673

lukasmrtvy opened this issue Sep 27, 2018 · 4 comments

Comments

@lukasmrtvy
Copy link

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

@willpower232
Copy link
Collaborator

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.

@lukasmrtvy
Copy link
Author

It should be easy to edit https://github.com/atech/postal/blob/master/config/puma.rb to allow HTTPS for puma.
Here is info.
https://github.com/puma/puma#controlling-ssl-cipher-suites

Unfortunately I can not help.

@willpower232
Copy link
Collaborator

Thanks for your research but unless you or someone makes a pull request to add it, I don't think it would happen.

@lukasmrtvy
Copy link
Author

PR: #676

@postalserver postalserver locked and limited conversation to collaborators Jul 27, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants