[jira] [Commented] (DIRMINA-1157) Sporadic error when establishing a StartTLS or SSL connection

2022-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480343#comment-17480343 ] Emmanuel Lécharny commented on DIRMINA-1157: [~johnnyv] I have difficulties

[jira] [Commented] (SSHD-1237) SftpClient logs warnings on keepalive messages

2022-01-21 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480269#comment-17480269 ] Thomas Wolf commented on SSHD-1237: --- Looks like an OpenSSH server sends its keep-alive m

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-21 Thread Emmanuel Lécharny
On 21/01/2022 13:23, Jonathan Valliere wrote: You can also use the DisableEncryptionWriteRequesf to wrap your WriteRequest you want to bypass the SSL filter. Yes, but all in all, I think this WriteRequest class should go. The original Attribute was specifically created to bypass the SslFilt

[jira] [Commented] (DIRMINA-1157) Sporadic error when establishing a StartTLS or SSL connection

2022-01-21 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480116#comment-17480116 ] Emmanuel Lécharny commented on DIRMINA-1157: [~johnnyv]I'll do that tonite.

[jira] [Commented] (DIRMINA-1157) Sporadic error when establishing a StartTLS or SSL connection

2022-01-21 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480113#comment-17480113 ] Jonathan Valliere commented on DIRMINA-1157: Most, if not all SSL issues ar

[jira] [Updated] (DIRMINA-1157) Sporadic error when establishing a StartTLS or SSL connection

2022-01-21 Thread Steffen Liersch (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steffen Liersch updated DIRMINA-1157: - Priority: Blocker (was: Major) > Sporadic error when establishing a StartTLS or SSL co

[jira] [Created] (DIRMINA-1157) Sporadic error when establishing a StartTLS or SSL connection

2022-01-21 Thread Steffen Liersch (Jira)
Steffen Liersch created DIRMINA-1157: Summary: Sporadic error when establishing a StartTLS or SSL connection Key: DIRMINA-1157 URL: https://issues.apache.org/jira/browse/DIRMINA-1157 Project: MINA

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-21 Thread Jonathan Valliere
You can also use the DisableEncryptionWriteRequesf to wrap your WriteRequest you want to bypass the SSL filter. On Fri, Jan 21, 2022 at 3:58 AM Emmanuel Lécharny wrote: > I have it working. The filter approach is actually the silmpler way to > deal with the requirement, I don't even have to leve

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-21 Thread Emmanuel Lécharny
I have it working. The filter approach is actually the silmpler way to deal with the requirement, I don't even have to leverage the crypt bypass flag. I just check if the message to be written is the StartTlsResponse one, and if so, I 'jump' over the SslFilter: public void filterWrite(Next