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

SSL certificate error #110

Open
kolorete78 opened this issue Mar 14, 2020 · 2 comments
Open

SSL certificate error #110

kolorete78 opened this issue Mar 14, 2020 · 2 comments

Comments

@kolorete78
Copy link

Hello @akaJes, after installing ubuntu 20.04, SSL get updated and require CipherString = DEFAULT@SECLEVEL=2

For that reaseon I' m unable to run mct as I did in previous versions.

Any idea on how to solve this problem ... is there any place during the installation process that ask to create new keys?

`pablo@rafiki:/home$ mct
_tls_common.js:135
c.context.setCert(cert);
^

Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
at Object.createSecureContext (_tls_common.js:135:17)
at Server (_tls_wrap.js:873:27)
at new Server (https.js:62:14)
at Object.Server (https.js:44:41)
at Object. (/usr/local/lib/node_modules/marlin-conf/app/server.js:34:23)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
`

@kolorete78
Copy link
Author

also tried /usr/local/lib/node_modules/marlin-conf/sslcert/gen script ... it run correcrly but problem persist ...

@niai
Copy link

niai commented Sep 4, 2020

You can use the certs here https://github.com/abloom/marlin-config/tree/master/sslcert

just run
sudo mv sslcert/* /usr/local/lib/node_modules/marlin-conf/sslcert/

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

2 participants