justaulia
Forum Replies Created
-
Thanks for your reply!
Now the debug log has appeared, and I’ve shared it here:
🔗 https://pastebin.ubuntu.com/p/XTtkn3sYJ3/From the debug log, it seems node
65.109.39.175failed SSL verification (self signed certificate) — could this node be using an outdated CA store not recognizing the Let’s Encrypt E7 chain?Other nodes are working normally and can upload UCSS/CCSS without any issues.
Hi @litettim
I’ve followed all the steps you suggested:
- Added the provided code snippet to my
functions.php(ensured it runs only once). - Enabled Debug mode in the LiteSpeed Cache Toolbox.
- Added
rest_route=/litespeedto the Debug URI Includes field.
After doing that, I ran the Run CCSS Queue Manually option. It still shows 82 pending CSS and none of them were uploaded.
Interestingly, when
rest_route=/litespeedis active, there are no debug logs generated at all. But when I removerest_route=/litespeedfrom the Debug URI Includes, the logs appear normally (though they seem to be general logs, not related to this CCSS issue).So it looks like when the
/litespeedroute is added, something prevents the debug log or the CCSS process from running properly.Could you please check what might be blocking the REST API connection or why the CCSS queue remains stuck despite following all the steps?
Thank you for your help!
Best,
justaulia - Added the provided code snippet to my