Seeing the below in /var/log/asterisk/ucp_err.log, the ucp node in fwconsole pm2 –list is constantly restarting and driving up load on the server. I imagine it has something to do with the cert being used. This is on a server using a self signed certificate created via the certificate manager UI in Freepbx17.
Any ideas?
Error: error:0A00018F:SSL routines::ee key too small
2025-11-09 09:42 -05:00: at node:internal/tls/secure-context:70:13
2025-11-09 09:42 -05:00: at Array.forEach ()
2025-11-09 09:42 -05:00: at setCerts (node:internal/tls/secure-context:68:3)
2025-11-09 09:42 -05:00: at configSecureContext (node:internal/tls/secure-context:157:5)
2025-11-09 09:42 -05:00: at Object.createSecureContext (node:_tls_common:117:3)
2025-11-09 09:42 -05:00: at Server.setSecureContext (node:_tls_wrap:1471:27)
2025-11-09 09:42 -05:00: at Server (node:_tls_wrap:1335:8)
2025-11-09 09:42 -05:00: at new Server (node:https:76:3)
2025-11-09 09:42 -05:00: at Object.createServer (node:https:120:10)
2025-11-09 09:42 -05:00: at Server (/var/www/html/admin/modules/ucp/node/lib/server.js:106:19) {
2025-11-09 09:42 -05:00: library: ‘SSL routines’,
2025-11-09 09:42 -05:00: reason: ‘ee key too small’,
2025-11-09 09:42 -05:00: code: ‘ERR_SSL_EE_KEY_TOO_SMALL’
2025-11-09 09:42 -05:00: }