You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[] DNS server listening on 192.168.13.37:53
[] DNS www.bing.com -> 192.168.13.37
[*] CA server listening on 192.168.13.37:8888
node:internal/tls/secure-context:69
context.setCert(cert);
^
Error: error:0A00018E:SSL routines::ca md too weak
at node:internal/tls/secure-context:69:13
at Array.forEach ()
at setCerts (node:internal/tls/secure-context:67:3)
at configSecureContext (node:internal/tls/secure-context:156:5)
at Object.createSecureContext (node:_tls_common:117:3)
at Server.setSecureContext (node:_tls_wrap:1354:27)
at Server (node:_tls_wrap:1218:8)
at new Server (node:https:74:3)
at Object.createServer (node:https:112:10)
at module.exports.listen (/home/myuser/CortanaProxy/proxy.js:14:26) {
library: 'SSL routines',
reason: 'ca md too weak',
code: 'ERR_SSL_CA_MD_TOO_WEAK'
}
Node.js v18.14.0`
The text was updated successfully, but these errors were encountered:
When using Nodejs 18 under Debian 11, the script aborts with the reason that the SSL certificate is too weak.
`sudo npm start
[] DNS server listening on 192.168.13.37:53
[] DNS www.bing.com -> 192.168.13.37
[*] CA server listening on 192.168.13.37:8888
node:internal/tls/secure-context:69
context.setCert(cert);
^
Error: error:0A00018E:SSL routines::ca md too weak
at node:internal/tls/secure-context:69:13
at Array.forEach ()
at setCerts (node:internal/tls/secure-context:67:3)
at configSecureContext (node:internal/tls/secure-context:156:5)
at Object.createSecureContext (node:_tls_common:117:3)
at Server.setSecureContext (node:_tls_wrap:1354:27)
at Server (node:_tls_wrap:1218:8)
at new Server (node:https:74:3)
at Object.createServer (node:https:112:10)
at module.exports.listen (/home/myuser/CortanaProxy/proxy.js:14:26) {
library: 'SSL routines',
reason: 'ca md too weak',
code: 'ERR_SSL_CA_MD_TOO_WEAK'
}
Node.js v18.14.0`
The text was updated successfully, but these errors were encountered: