Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certifcate error while trying to use SSL/TLS #56

Open
chiranjivSharma opened this issue Apr 27, 2024 · 0 comments
Open

Certifcate error while trying to use SSL/TLS #56

chiranjivSharma opened this issue Apr 27, 2024 · 0 comments

Comments

@chiranjivSharma
Copy link

I followed the youtube OneM@M tutorial for enabling SSL/TLS, in Mobius deployed in my local PC.After adding server.crt,ca.crt,server-key.pem file in Mobius root directory,if I run Mobius.js ,it gives below mentioned error

_E:\Mobius-master>node mobius.js
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 Object.connect (node:_tls_wrap:1631:48)
at Object.buildBuilder (E:\Mobius-master\node_modules\mqtt\lib\connect\tls.js:13:20)
at MqttClient.wrapper [as streamBuilder] (E:\Mobius-master\node_modules\mqtt\lib\connect\index.js:140:36)
at MqttClient._setupStream (E:\Mobius-master\node_modules\mqtt\lib\client.js:277:22)
at new MqttClient (E:\Mobius-master\node_modules\mqtt\lib\client.js:258:8) {
library: 'SSL routines',
reason: 'ca md too weak',
code: 'ERR_SSL_CA_MD_TOO_WEAK'
}

Node.js v18.16.0_

Can anybody guide for any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant