Mmuzaf commented on PR #2506: URL: https://github.com/apache/cassandra/pull/2506#issuecomment-1652083116
Should we remove the following configuration value as well? (maybe it is better to fix it in another issue). Configuration: `EncryptionOptions.ServerEncryptionOptions#legacy_ssl_storage_port_enabled` I know it is not marked as _@Deprecated_, but it seems the value released within the original commit here https://github.com/apache/cassandra/commit/310a48efcfdc0fb77fbd5fd6e734bf17667f617d and the ticket [CASSANDRA-15066](https://issues.apache.org/jira/browse/CASSANDRA-15066). The configuration value was previously called: `enable_legacy_ssl_storage_port` (here is the link to it https://github.com/apache/cassandra/commit/310a48efcfdc0fb77fbd5fd6e734bf17667f617d#diff-8c05296e94c174af68ee14e9c4a84982338aabf6d926a78608adf0f81775418bR240). According to the following error message in `InboundConnectionSettings` class the SSL port was used in 3.0, right? https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/net/InboundConnectionSettings.java#L161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

