-
Notifications
You must be signed in to change notification settings - Fork 56
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
Building Kibana - TLS error when downloading dependencies (Manual Setup) #36
Comments
@jajohnsonpro |
Sorry it took so long to get back with you. I tried this with openssl versions 1.0.2t, 1.0.2g, and 1.1.0l. Still no luck. I tried to run node with a https get command with the corporate proxy for nodejs.org, but got the same error ECONNREST. Is there possibly some sort of NodeJS environment variable that may have been missed in the documentation? |
Hi, |
@jajohnsonpro I am unable to reproduce it either:
|
Followed the instructions exactly, but having issues on the kibana build step :
Command :
yarn build --skip-os-packages --oss
Error :
info [ global ] Downloading node.js builds for all platforms
│ERROR failure
│ERROR Error: Client network socket disconnected before secure TLS connection was established
│ at TLSSocket.onConnectEnd (_tls_wrap.js:1088:19)
│ at Object.onceWrapper (events.js:277:13)
│ at TLSSocket.emit (events.js:194:15)
│ at endReadableNT (_stream_readable.js:1103:12)
│ at process._tickCallback (internal/process/next_tick.js:63:19)
It seems that nodejs has a big problem with ignoring-tls at the required version for this document. Generally there is a ingore-ssl flag that allows our team to bypass this. Perhaps you guys know the correct way around this issue? We are currently blocked by this problem.
The text was updated successfully, but these errors were encountered: