-
Notifications
You must be signed in to change notification settings - Fork 9
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
Getting stuck, backend flooding with code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' #9
Comments
…iables in docker-compose to REAL_ ones to avoid setting readonly shell variables
hi, i've created pull request to fix these backend errors. |
Dears, all the containers seem to run as they should... any ideas? |
Running docker on Alpine 3.19.1
After pulling the docker up, seems to start fine, but then the backend is flooding the console with
backend-1 | error Error: unable to verify the first certificate
backend-1 | at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)
backend-1 | at TLSSocket.emit (node:events:518:28)
backend-1 | at TLSSocket._finishInit (node:_tls_wrap:1085:8)
backend-1 | at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:871:12) {
backend-1 | code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
backend-1 | }
Trying to access the page on 4200 just sits at 'connection to websocket server in progress'
I've tried all I can on my own, but getting stuck here. Would love to get this going.
log: https://pastebin.com/raw/QryLXTyH
The text was updated successfully, but these errors were encountered: