OpenSearch/qa/smoke-test-plugins-ssl
Jay Modi bd04b30acd security: transport always uses TLS (elastic/elasticsearch#4738)
This commit brings back support an auto-generated certificate and private key for
transport traffic. The auto-generated certificate and key can only be used in development
mode; when moving to production a key and certificate must be provided.

For the edge case of a user not wanting to encrypt their traffic, the user can set
the cipher_suites setting to `TLS_RSA_WITH_NULL_SHA256` or a like cipher, but a key/cert
is still required.

Closes elastic/elasticsearch#4332

Original commit: elastic/x-pack-elasticsearch@b7a1e629f5
2017-02-07 11:39:31 -05:00
..
src/test security: transport always uses TLS (elastic/elasticsearch#4738) 2017-02-07 11:39:31 -05:00
build.gradle security: transport always uses TLS (elastic/elasticsearch#4738) 2017-02-07 11:39:31 -05:00