Subj : src/sbbs3/ssl.c To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Wed Aug 06 2025 09:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/38e2430de193a65ce9586ec5 Modified Files: src/sbbs3/ssl.c Log Message: Only fail ssl_sync() when ssl.cert doesn't exist, if not self-signing This allows letsyncrypt.js to work when the ctrl/ssl.cert file doesn't (initially) exist. The SCFG->System->Security->Create Self-signed Certificate option must be enabled (which is the default). This should fix issue #960 .