Arachni / arachni

Web Application Security Scanner Framework
http://www.arachni-scanner.com
Other
3.71k stars 756 forks source link

Puma issue #1096

Open chrisrusso opened 9 months ago

chrisrusso commented 9 months ago

Hey guys... this is almost commercial grade software already.

I'm having this issue:

= Sinatra (v2.2.0) has taken the stage on 50476 for development with backup from Puma Puma starting in single mode...

An error occurred while loading ./spec/arachni/rest/server_spec.rb. Failure/Error: require 'puma/minissl'

NameError: uninitialized constant Puma::MiniSSL::OPENSSL_VERSION

./vendor/bundle/ruby/2.7.0/gems/puma-6.4.0/lib/puma/minissl.rb:19:in `'

./vendor/bundle/ruby/2.7.0/gems/puma-6.4.0/lib/puma/minissl.rb:14:in `'

./vendor/bundle/ruby/2.7.0/gems/puma-6.4.0/lib/puma/minissl.rb:13:in `<top (required)>'

./lib/arachni/rest/server.rb:10:in `require'

./lib/arachni/rest/server.rb:10:in `<top (required)>'

./spec/arachni/rest/server_spec.rb:2:in `require'

./spec/arachni/rest/server_spec.rb:2:in `<top (required)>'

Run options: include {:focus=>true}

All examples were filtered out; ignoring {:focus=>true}

Finished in 0.00003 seconds (files took 2.59 seconds to load) 0 examples, 0 failures, 1 error occurred outside of examples

/usr/bin/ruby2.7 -I/home/kali/arachni/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.2/lib:/home/kali/arachni/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.1/lib /home/kali/arachni/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.2/exe/rspec --pattern spec/**{,/*/**}/*_spec.rb failed

Puma 6.4.0 installed. Any ideas? Thanks!