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
ssl_bind not compatible with localhost integration #2708
Labels
Comments
As mentioned in #2706, you must |
Oh! I'm sorry, I didn't read your report closely enough. You're right, that doesn't work and it totally should. Marking as bug. |
7 tasks
@erikaxel Is it still a bug? I failed to reproduce that in the latest master |
@rodzyn How did you try? Using current master branch at 909f51e, this still fails for me:
|
7 tasks
nateberkopec
pushed a commit
that referenced
this issue
Jan 18, 2022
JuanitoFatas
pushed a commit
to JuanitoFatas/puma
that referenced
this issue
Sep 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm really happy that it is now (from v 5.5.0) possible to run Puma with self signed certificates generated by the localhost gem, However, I met a small bump trying to set it up.
I can run self signed SSL from the command line like this:
puma -b 'ssl://localhost:9292' config.ru
I would therefore expect one of the following to work in
puma.rb
:However this does not work, I have to set it up like this:
I found this approach by reading #2706.
I think it would make sense to either support the first version (best in my opinion) or document the second one.
The text was updated successfully, but these errors were encountered: