[
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
[
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
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
[
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.
[
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
[
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
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
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
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