Andrzej Wójcik (Tigase) opened 5 years ago
|
|
While dialback is in progress, we can assume that SASL external will fail anyway and can skip that step. This solves that issue and is a reasonable solution. |
|
Looks sensible though it should be included in |
|
I was looking at this change while looking at #issue #1111 and I think we could change this condition to
(if it's handshakingOnly then it's most likely dialback, and if certificate is invalid then possibly we will be able to establish s2s as a client but return connection will definitely fail. What do you think? |
|
Well, we could try that. I've added |
|
I was pondering it a little bit more and I think that with #issue #1112 and #issue #1132 we could actually stick with |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.1.0
|
Spent time |
2h
|
Not able to connect via S2S to the server with an incorrect SSL certificate. That server is dropping handshake only dialback connection on SASL external requests.