On Thu, 1 May 2025, at 20:31, prx wrote:
> Hello,
>
> I noticed since 7.7 upgrade that radicale fails to start.
>
> I tried to run it manually, then I see this message:
>
> ```
> [a5719463ff8] ERROR: An exception occurred during server startup: 
> module 'ssl' has no attribute 'wrap_socket'
> ERROR:radicale:An exception occurred during server startup: module 
> 'ssl' has no attribute 'wrap_socket'
> ```
>
> It seems there are deprecated modules, but maybe I'm wrong?

The deprecated module was removed in Python 3.12:
https://docs.python.org/3.12/whatsnew/3.12.html#ssl

Radicale removed this usage in 2020:
https://github.com/Kozea/Radicale/commit/11ea3cc7a4eadd91867138c4b024ea399ca90634

That change was released later that year, in 3.0.0.
The current port is 1.1.6

-- 
Hugo

Reply via email to