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
win-ca seems to read the expired certs from Windows which causes websocket requests to error out with certificate expired error. This issue can be reproduced if you have both the Let's Encrypt DST Root CA X3 certificate and the newer ISRG Root X1 certificate and you try opening a websocket connection using Node's websocket package.
Here's a snippet of the error: request to https://xyz/abc failed, reason: certificate has expired".
The text was updated successfully, but these errors were encountered:
win-ca
seems to read the expired certs from Windows which causes websocket requests to error out withcertificate expired
error. This issue can be reproduced if you have both the Let's Encrypt DST Root CA X3 certificate and the newer ISRG Root X1 certificate and you try opening a websocket connection using Node's websocket package.Here's a snippet of the error:
request to https://xyz/abc failed, reason: certificate has expired"
.The text was updated successfully, but these errors were encountered: