[jira] [Commented] (CASSANDRA-15048) Upgrade Netty to support TLS 1.3

2023-01-20 Thread Scott Guminy (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679261#comment-17679261
 ] 

Scott Guminy commented on CASSANDRA-15048:
--

Thanks.  I was able to get it to start with {_}protocol: TLSv1.3{_}.  Didn't 
get any errors on startup. I scanned the port with a tool and it was able to 
detect TLSv1.3 correctly.  Seems like it might "just work".

> Upgrade Netty to support TLS 1.3
> 
>
> Key: CASSANDRA-15048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15048
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Feature/Encryption
>Reporter: Michaël Figuière
>Priority: Low
>
> TLS 1.3 support has been [added to Netty 
> 4.1.31|https://netty.io/news/2018/10/30/4-1-31-Final.html]. As the Cassandra 
> trunk is already relying on Netty 4.1.28, it would take a patch version 
> upgrade and a \{{SslContext}} configuration change for Cassandra 4.0 to 
> support TLS 1.3. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-15048) Upgrade Netty to support TLS 1.3

2023-01-20 Thread Brandon Williams (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679199#comment-17679199
 ] 

Brandon Williams commented on CASSANDRA-15048:
--

If it works, it's not being tested right now.

> Upgrade Netty to support TLS 1.3
> 
>
> Key: CASSANDRA-15048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15048
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Feature/Encryption
>Reporter: Michaël Figuière
>Priority: Low
>
> TLS 1.3 support has been [added to Netty 
> 4.1.31|https://netty.io/news/2018/10/30/4-1-31-Final.html]. As the Cassandra 
> trunk is already relying on Netty 4.1.28, it would take a patch version 
> upgrade and a \{{SslContext}} configuration change for Cassandra 4.0 to 
> support TLS 1.3. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-15048) Upgrade Netty to support TLS 1.3

2023-01-20 Thread Scott Guminy (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679177#comment-17679177
 ] 

Scott Guminy commented on CASSANDRA-15048:
--

Soon we will have a mandate to support TLS 1.3.  I see the Netty has been 
upgraded to 4.1.58 in Cassandra 4.0.7.  Does Cassandra officially support TLS 
1.3 at this point?

> Upgrade Netty to support TLS 1.3
> 
>
> Key: CASSANDRA-15048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15048
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Feature/Encryption
>Reporter: Michaël Figuière
>Priority: Low
>
> TLS 1.3 support has been [added to Netty 
> 4.1.31|https://netty.io/news/2018/10/30/4-1-31-Final.html]. As the Cassandra 
> trunk is already relying on Netty 4.1.28, it would take a patch version 
> upgrade and a \{{SslContext}} configuration change for Cassandra 4.0 to 
> support TLS 1.3. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-15048) Upgrade Netty to support TLS 1.3

2019-03-11 Thread JIRA


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789964#comment-16789964
 ] 

Michaël Figuière commented on CASSANDRA-15048:
--

[~djoshi3] Sure, let me put this together.

> Upgrade Netty to support TLS 1.3
> 
>
> Key: CASSANDRA-15048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15048
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Michaël Figuière
>Priority: Minor
>
> TLS 1.3 support has been [added to Netty 
> 4.1.31|https://netty.io/news/2018/10/30/4-1-31-Final.html]. As the Cassandra 
> trunk is already relying on Netty 4.1.28, it would take a patch version 
> upgrade and a \{{SslContext}} configuration change for Cassandra 4.0 to 
> support TLS 1.3. 



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

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



[jira] [Commented] (CASSANDRA-15048) Upgrade Netty to support TLS 1.3

2019-03-11 Thread Dinesh Joshi (JIRA)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789962#comment-16789962
 ] 

Dinesh Joshi commented on CASSANDRA-15048:
--

[~mfiguiere] do you want to send a patch for this?

> Upgrade Netty to support TLS 1.3
> 
>
> Key: CASSANDRA-15048
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15048
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Michaël Figuière
>Priority: Minor
>
> TLS 1.3 support has been [added to Netty 
> 4.1.31|https://netty.io/news/2018/10/30/4-1-31-Final.html]. As the Cassandra 
> trunk is already relying on Netty 4.1.28, it would take a patch version 
> upgrade and a \{{SslContext}} configuration change for Cassandra 4.0 to 
> support TLS 1.3. 



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

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