celluloid / reel

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

fix https_server test in JRuby that has a different message for the S… #208

Closed cheister closed 8 years ago

cheister commented 8 years ago

This should fix https://github.com/celluloid/reel/issues/207. The problem is JRuby returns a different error message than MRI for this case.

JRuby message: "Server chose TLSv1, but that protocol version is not enabled or not supported by the client."

MRI message: "SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number"

digitalextremist commented 8 years ago

That's what I suspected too. Very good, thank you.