Re: Authentication hangs on before SSL initialization

2024-11-21 Thread Aki Tuomi via dovecot
You should check that you have service imap-login { inet_listener proxyimap { port = 1993 haproxy = yes } } and you also need to use haproxy_trusted_networks in Dovecot. I'd recommend using some other port than 993 for various reasons, including monitoring and testing. I would

Re: Authentication hangs on before SSL initialization

2024-11-21 Thread Matt via dovecot
Yes I see that now as well; I already tried the s_client but strace is now allowed due (I think) security reasons. strace: attach: ptrace(PTRACE_SEIZE, 69): Operation not permitted I run this imap server behind Caddy using the 4 plugin. proxy_protocol v1 is set and Dovecot is aware of the proxy.

Re: Authentication hangs on before SSL initialization

2024-11-20 Thread Aki Tuomi via dovecot
> On 21/11/2024 04:57 EET Matt via dovecot wrote: > > > I'm running into below probem; my ath is stuck on initializing SSL. > > Certificates are fine, cert-chain is tested and auth no further errors > are shown. > > Comparing to the default configuration from the docs it's pretty the > same

Authentication hangs on before SSL initialization

2024-11-20 Thread Matt via dovecot
I'm running into below probem; my ath is stuck on initializing SSL. Certificates are fine, cert-chain is tested and auth no further errors are shown. Comparing to the default configuration from the docs it's pretty the same and up-to-date so I'm curious what cloud cause this. Also CHMOD on file