linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

IMAPS: "Login attempt over clear channel rejected" #5122

Closed chibenwa closed 4 months ago

chibenwa commented 4 months ago

image

How can this happen on a 100% SSL port?

chibenwa commented 4 months ago

Can be caused when channel.pipeline().get(SSL_HANDLER) is null

Linked to https://github.com/linagora/james-project/issues/5104

Where we have handlers always in the pipeline that actually are not there... Likely a edge case upon connection shutdown?