celluloid / reel

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

SSL support #68

Closed tarcieri closed 11 years ago

tarcieri commented 11 years ago

This adds a Reel::SSLServer class which can be used for terminating HTTPS.

A quick checklist of stuff I'd like to see before merging:

coveralls commented 11 years ago

Coverage Status

Coverage increased (+0%) when pulling 3c6350e21c0fa202e6912d6077f4b1091dd0965e on ssl into 77b6453a63e6977a3cfaaf6fdaaa9e96c758f312 on master.

coveralls commented 11 years ago

Coverage Status

Coverage increased (+0%) when pulling 72da5b809fcde84322b6a631ddc10418c2bc31ff on ssl into 77b6453a63e6977a3cfaaf6fdaaa9e96c758f312 on master.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 817cbe711f019a25ae80be442db43ae058414102 on ssl into 77b6453a63e6977a3cfaaf6fdaaa9e96c758f312 on master.

tarcieri commented 11 years ago

I'm going to land this despite client cert support being incomplete