flutterby icon indicating copy to clipboard operation
flutterby copied to clipboard

Flutterby CLI crashes with Ruby 2.4.0 and OpenSSL 2.0.3 [upstream issue]

Open brandonpittman opened this issue 8 years ago • 5 comments

Created a skeleton project, served, and then it blew up over Cipher. flutterby.txt

brandonpittman avatar Feb 02 '17 23:02 brandonpittman

Hey Brandon, thanks for submitting this issue. Could this be an issue with your local gems? How did you invoke flutterby? Did you use the bin/flutterby binstub that was generated?

hmans avatar Feb 03 '17 04:02 hmans

I tried all three of these:

flutteryby serve
bundle exec flutteryby serve
bin/flutteryby serve

Same results every time.

brandonpittman avatar Feb 03 '17 04:02 brandonpittman

Thanks for the update. I've been able to reproduce this issue by using Ruby 2.4.0 while having the openssl gem installed at version 2.0.3. The previously installed version 2.0.2 did not cause any problems.

This seems to be an issue with openssl 2.0.3. Please check this issue for details. :/

hmans avatar Feb 03 '17 04:02 hmans

Also this Bundler issue.

hmans avatar Feb 03 '17 04:02 hmans

I've labeled this as wontfix because this is an issue with Bundler and/or the openssl gem, and I can't fix it in Flutterby. Thanks for the heads-up, either way! I will keep this issue open until the problem is fixed upstream.

hmans avatar Feb 03 '17 04:02 hmans