Hi Lars,

ERROR(-[NGImap4Client _processUnknownCommandParserException:]): catched
non-IMAP4 parsing exception NGSocketException: NGActiveSocket is not open
Nov 04 12:25:43 sogod [85659]: [ERROR]
<0x0x8123bd708[NGImap4ConnectionManager]> IMAP4 login failed:
  > host=localhost, user=ry86, pwd=yes
  >
url=imaps://ry86@localhost:993/?tls=YES&tlsVerifyMode=allowInsecureLocalhost
  > base=(null)
  > base-class=(null))
  > = <0x0x80c3c7028[NGImap4Client]: login=ry86(pwd)
socket=<NGActiveSocket[0x0x80caab988]: mode=<closed>
address=<0x0x80caeb758[NGInternetSocketAddress]: host=localhost
port=42967>>>

Please do not combine imaps (imap over TLS, default port 993) and IMAP with STARTTLS (port 143, and the TLS connection is established on the same socket after the handshake).

What you probably wanted was one of these:

* imaps://localhost:993/?tlsVerifyMode=allowInsecureLocalhost

or

* imap://localhost:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost

Cheers,

Nicolas

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to