remove SSL support
commit776d3e3d7ac19a50f7342fa48c0a5d5a7e224359
authorEric Wong <e@80x24.org>
Sun, 21 Dec 2014 10:53:03 +0000 (21 10:53 +0000)
committerEric Wong <e@80x24.org>
Sun, 21 Dec 2014 11:16:10 +0000 (21 11:16 +0000)
treeb648a6e6b87b881d89536d59d2c3caaf0c5a2add
parent080d910038a0572981f3cdd62c032963c513ecf3
remove SSL support

We implemented barely-advertised support for SSL for two reasons:

1) to detect corruption on LANs beyond what TCP offers
2) to support other servers based on unicorn (never happened)

Since this feature is largely not useful for unicorn itself,
there's no reason to penalize unicorn 5.x users with bloat.

In our defense, SSL support appeared in version 4.2.0 :)
lib/unicorn/configurator.rb
lib/unicorn/http_server.rb
lib/unicorn/ssl_client.rb [deleted file]
lib/unicorn/ssl_configurator.rb [deleted file]
lib/unicorn/ssl_server.rb [deleted file]
test/unit/test_sni_hostnames.rb [deleted file]