celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Add option to pass in ssl_params for the server's SSLContext so we can set any param on the SSLContext #205

Closed cheister closed 8 years ago

cheister commented 8 years ago

This PR will allow a user to set the ssl_version, ciphers or options used by the server

tarcieri commented 8 years ago

:+1:

digitalextremist commented 8 years ago

@cheister the most current branch is actually 0.6.0-milestone which is continued in 0.6.5-release ... I have been waiting for Unix socket support before releasing those, but planned to return to them shortly. Could you rebase this against 0.6.0-milestone please?

cheister commented 8 years ago

Sure. I didn't see a way to update the branches used by this PR so I created a second PR https://github.com/celluloid/reel/pull/206 and will close this one.