Description
Currently analytics takes list of cipher suites and min tls version from cbauth, but it also needs to support "preferServerCipherSuites" option (which might be called differently in java, in OpenSSL it's "SSL_OP_CIPHER_SERVER_PREFERENCE"). The possible values are true or false.
The change in golang's part is already done: http://review.couchbase.org/#/c/102817/
Please add support for it in Java part and then merge the golang peace.