Subj : 3rdp/build/cl-no-session-cache.patch3rdp/build/CMakeLists-cl.txt CMake To : Git commit to main/sbbs/master From : Deucе Date : Sun Dec 21 2025 01:25 am https://gitlab.synchro.net/main/sbbs/-/commit/3fa76ba1debaf17530ddcefd Added Files: 3rdp/build/cl-no-session-cache.patch Modified Files: 3rdp/build/CMakeLists-cl.txt CMakeLists.txt GNUmakefile Log Message: Disable TLS session cache It appears that when the session cache is used, we don't get a copy of the remote certificate. Since it's now an error to not get that copy, this would result in errors when making multiple queries to the same TLS server in a row. Presumably the cause of the -43 errors in letsyncrypt. .