You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Christian Becker (JIRA)" <ji...@apache.org> on 2018/03/08 15:39:00 UTC

[jira] [Created] (CASSANDRA-14299) cqlsh: ssl setting not read in 3.11 from cqlshrc

Christian Becker created CASSANDRA-14299:
--------------------------------------------

             Summary: cqlsh: ssl setting not read in 3.11 from cqlshrc
                 Key: CASSANDRA-14299
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14299
             Project: Cassandra
          Issue Type: Bug
            Reporter: Christian Becker


With CASSANDRA-10458 an option was added to read the {{--ssl}} flag from cqlshrc, however the commit seems to have been incorrectly merged or the changes were dropped somehow.

Currently adding the following has no effect:
{code:java}
[connection]
ssl = true{code}
When looking at the current tree it's obvious that the flag is not read: [https://github.com/apache/cassandra/blame/cassandra-3.11/bin/cqlsh.py#L2247]

However it should have been added with [https://github.com/apache/cassandra/commit/70649a8d65825144fcdbde136d9b6354ef1fb911]

The values like {{DEFAULT_SSL = False}}  are present, but the {{option_with_default()}} call is missing.

Git blame also shows no change to that line which would have reverted the change.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org