celluloid / reel

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

Client SSL Certificates #113

Closed stouset closed 10 years ago

stouset commented 10 years ago

Added support for verifying client SSL certs.

stouset commented 10 years ago

On second thought, I'm adding a test to verify that unsigned certificates fail, which is even more important than making sure signed certs succeed. Don't yet merge.

digitalextremist commented 10 years ago

:+1:

stouset commented 10 years ago

Alright, good to go.

sconover commented 10 years ago

lgtm with suggestion

tarcieri commented 10 years ago

Will merge this as-is. Seems fine ;)