search for: test_sni_hostnames

Displaying 1 result from an estimated 1 matches for "test_sni_hostnames".

2011 Sep 15
0
SSL support pushed out to unicorn.git :x
...++++++++++++++++++++++++ lib/unicorn/ssl_server.rb | 42 ++++++++++++++++ script/isolate_for_tests | 1 + t/.gitignore | 2 + t/sslgen.sh | 63 +++++++++++++++++++++++ t/t0600-https-server-basic.sh | 48 ++++++++++++++++++ test/unit/test_sni_hostnames.rb | 47 +++++++++++++++++ 10 files changed, 325 insertions(+), 4 deletions(-) create mode 100644 lib/unicorn/ssl_client.rb create mode 100644 lib/unicorn/ssl_configurator.rb create mode 100644 lib/unicorn/ssl_server.rb create mode 100755 t/sslgen.sh create mode 100755 t/t0600-https-server-b...