We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
PID: 31205
An error occurred while loading ./spec/arachni/rest/server_spec.rb. Failure/Error: require 'puma/minissl'
NameError: uninitialized constant Puma::MiniSSL::OPENSSL_VERSION
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
Use Ctrl-C to stop
127.0.0.1 - - [13/Oct/2023:16:10:29 -0400] "GET / HTTP/1.1" 200 11 0.0017
127.0.0.1 - - [13/Oct/2023:16:10:29 -0400] "GET /s.php HTTP/1.1" 200 2 0.0002
127.0.0.1 - - [13/Oct/2023:16:10:29 -0400] "GET /s.php HTTP/1.1" 200 2 0.0003
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 `module:MiniSSL'
./vendor/bundle/ruby/2.7.0/gems/puma-6.4.0/lib/puma/minissl.rb:14:in `module:Puma'
./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!
The text was updated successfully, but these errors were encountered: