I have SSL error
- Dominant language
- JavaScript
- Stars
- 465
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Initializing Warp credentials...
node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^
Error: F8A4061A76000000:error:0A0000BF:SSL routines:tls_setup_handshake:no protocols available:ssl/statem/statem_lib.c:153:
at TLSSocket._start (node:_tls_wrap:1108:16)
at Object.onceWrapper (node:events:634:28)
at TLSSocket.emit (node:events:532:35)
at afterConnect (node:net:1592:10)
at afterConnectMultiple (node:net:1699:3) {
library: 'SSL routines',
reason: 'no protocols available',
code: 'ERR_SSL_NO_PROTOCOLS_AVAILABLE'
}
Node.js v22.3.0
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the credential initialization failure with Node.js v22.3.0 and inspect the TLS connection path that produces ERR_SSL_NO_PROTOCOLS_AVAILABLE. The issue provides no file or test entry point; done means credential initialization completes without the reported SSL error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100