Re: loses imap session

Randy Bush <[email protected]> Sun, 28 Jul 2019 16:55:53 -0700
Newsgroups gmane.mail.wanderlust.general
Message-ID <m2k1c13e9i.wl-randy__19289.8833703779$1564358247$gmane$org@psg.com>
>> macbook running mojave 10.14.6
>> Wanderlust/2.15.9 (Almost Unreal) Emacs/26.2 Mule/6.0 (HANACHIRUSATO
>> wl loses connectivity to imap server
> 
> See
> https://github.com/wanderlust/wanderlust/issues/166
> Does it resolve your problem?

it does indeed.  i used to only have

    ;; because i go through ssl tunnel to iij
    (setq ssl-certificate-verification-policy 1)

but added

    ;; https://github.com/wanderlust/wanderlust/issues/166
    (setq gnutls-verify-error t)
    (setq gnutls-min-prime-bits 1024)
    (setq gnutls-algorithm-priority "SECURE128:-VERS-SSL3.0:-VERS-TLS1.3")

and have had no problems since.

thank you.

randy