b713d16803
Today, we simply return a SSLSocketFactory from a SSLContext, which provides the default SSL configuration for sockets. This means that SSLv3 could still be enabled on these sockets when running in an older JVM. This also means that the ciphers and protocol settings are not honored for users of this socket factory, which is currently the LDAP code. This change returns a custom socket factory that delegates to the default socket factory and sets the ciphers and protocols on the socket before returning the socket. Original commit: elastic/x-pack-elasticsearch@c4cfedfd51 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.