You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting false CERT_HAS_EXPIRED errors when making a https post to intelephense.com from within the intelephense extension. Similar to #102252 . If I use the current nodejs LTS runtime instead of the vscode nodejs runtime I do not get errors.
Does this issue occur when all extensions are disabled?: NA
Version: 1.60.2
Commit: 7f6ab54
Date: 2021-09-22T12:01:43.795Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 4.19.0-17-amd64
I'm getting false CERT_HAS_EXPIRED errors when making a https post to intelephense.com from within the intelephense extension. Similar to #102252 . If I use the current nodejs LTS runtime instead of the vscode nodejs runtime I do not get errors.
Upstream issue? electron/electron#31212
'Error: certificate has expired\n\tat TLSSocket.onConnectSecure (_tls_wrap.js:1497:34)\n\tat TLSSocket.emit (events.js:315:20)\n\tat TLSSocket.emit (domain.js:467:12)\n\tat TLSSocket._finishInit (_tls_wrap.js:932:8)\n\tat TLSWrap.onhandshakedone (_tls_wrap.js:706:12)\n\tat TLSWrap.callbackTrampoline (internal/async_hooks.js:131:14)'
The text was updated successfully, but these errors were encountered: