mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
af3675b2ee
* Added puma to automatically use localhost gem to self signed https if defined. * Update files according to rubocop rules * Moved localhost authority from tcp_listener to ssl_listener Use MiniSSLContext and MiniSSLServer for localhost authority's self-signed ceritifcates * Reformatted codes according to rubocop rules * Fixed test case crashing in production env * Removed transform_keys to support ruby version < 2.5.0 * Changed wrong keystore_pass key given to context to keystore-pass * Remove accept_nonblock.rb since we are using MiniSSL Server * Removed localhost_authority test case running in JRUBY since localhost_authority doesn't suppot JKS yet. * Reload Localhost authority if not loaded runned from puma cli * Memorise localhost authority object on init * Added readme for self-signed certificates * Removed jruby version * Update readme.md * Added validations to check certificate * Remove ssl test running in no ssl implementations * Changed host in localhost authority * Update ssl events wrong arguments error * Update README.md * Update binder.rb * Update binder.rb * Update binder.rb * Update binder.rb * Update request.rb * Update binder * Removed running test in JRUBY * Removed testing localhost authority file while in JRUBY * Removed unused variables * Updated readme Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com> |
||
---|---|---|
.. | ||
bundle_preservation_test | ||
config | ||
helpers | ||
minitest | ||
rackup | ||
worker_gem_independence_test | ||
helper.rb | ||
test_app_status.rb | ||
test_binder.rb | ||
test_busy_worker.rb | ||
test_cli.rb | ||
test_config.rb | ||
test_error_logger.rb | ||
test_events.rb | ||
test_http10.rb | ||
test_http11.rb | ||
test_integration_cluster.rb | ||
test_integration_pumactl.rb | ||
test_integration_single.rb | ||
test_integration_ssl.rb | ||
test_integration_systemd.rb | ||
test_iobuffer.rb | ||
test_json_serialization.rb | ||
test_launcher.rb | ||
test_minissl.rb | ||
test_null_io.rb | ||
test_out_of_band_server.rb | ||
test_persistent.rb | ||
test_plugin.rb | ||
test_preserve_bundler_env.rb | ||
test_puma_localhost_authority.rb | ||
test_puma_server.rb | ||
test_puma_server_ssl.rb | ||
test_pumactl.rb | ||
test_rack_handler.rb | ||
test_rack_server.rb | ||
test_redirect_io.rb | ||
test_response_header.rb | ||
test_thread_pool.rb | ||
test_unix_socket.rb | ||
test_web_server.rb | ||
test_worker_gem_independence.rb |