Re: [SOGo] 5.0.1: Possible imaps error

2020-11-09 Thread Lars Liedtke
Orr Thank you very much Am 09.11.20 um 09:03 schrieb Nicolas Höft (nico...@hoeft.de): > Hi Lars, > > You have passed tlsVerifyMethod=allowInsecureLocalhost instead of > tlsVerifyMode > > Ie. `Mode` vs `Method`. So the TLS validation will default to normal > host name validation and then fail

Re: [SOGo] 5.0.1: Possible imaps error

2020-11-09 Thread nico...@hoeft.de
Hi Lars, You have passed tlsVerifyMethod=allowInsecureLocalhost instead of tlsVerifyMode Ie. `Mode` vs `Method`. So the TLS validation will default to normal host name validation and then fail (as expected). Nicolas Am 06.11.20 um 16:57 schrieb Lars Liedtke (lied...@punkt.de):

Re: [SOGo] 5.0.1: Possible imaps error

2020-11-06 Thread Lars Liedtke
Addition: using > imap://localhost:143/?tls=YES=allowInsecureLocalhost" leads to > Nov 06 16:34:12 sogod [60950]: [ERROR] <0x0x807446b28[NGImap4ConnectionManager]> IMAP4 login failed: >  host=localhost, user=ry86, pwd=yes >  url=imaps://ry86@localhost/?tls=YES=default >  base=(null) > 

[SOGo] 5.0.1: Possible imaps error

2020-11-06 Thread Lars Liedtke
Hello everyone, after Nicholas helped with setting my imap configuration right my the sogo.conf on 5.0.0, I tried to apply the same for 5.0.1 and ran into another issue: My IMAP config looks like this: > SOGoIMAPServer = "imaps://localhost:993/?tlsVerifyMethod=allowInsecureLocalhost"; But SOGo