Re: Error about SSL "SSLType is deprecated. Use TLSType instead"
mailbox synchronizer
Brought to you by:
ossi
From: Antoine F. <an...@qu...> - 2025-07-24 11:14:06
|
On 24/07/2025 09:50, Oswald Buddenhagen wrote: > On Thu, Jul 24, 2025 at 10:10:31AM +0300, Berdnikov wrote: >> On Wed, Jul 23, 2025 at 04:57:51PM +0200, Antoine Fauchié wrote: >>> I've just reinstalled mbsync on a new Debian installation (12), and I >>> can't get mbsync/isync to work on 1.5.1 version. >>> >>> The error message: >>> >>> Error: mbsync built without OpenSSL; only TLSType None is supported. >> >> Very strange, all times I remember Debian has mbsync built with >> OpenSSL... >> What "dpkg -s isync" shows? >> > i think the implication is that he installed from source, while not > having libssl-dev installed. > (the package in debian sta(b)le is at v1.4.4.) Thanks Evgeniy and Oswald, So yes I've installed isync from source (nothing to show with "dpkg -s isync"), and it's better with libssl-dev installed. Is it necessary to add this dependence on the documentation (README)? I have always the warning message: "/home/a/.mbsyncrc: notice: SSLType is deprecated. Use TLSType instead." So I switch to "TLSType IMAPS" and I'm good! Best, -- Antoine |