-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error: TLS error: Unsupported protocol version #12
Comments
Hmm. ca.mit.edu supports TLS 1.2 and 1.3, but it looks like node-forge supports neither. Upstream issues: |
Possible alternative to investigate: https://github.com/jawj/subtls, although it’s covered in “NOT READY FOR USE IN PRODUCTION” warnings. |
https://github.com/neuland-ingolstadt/forge/commits/v1.3.2-tls1.2 Potentially fixes part of #12. Signed-off-by: Anders Kaseorg <[email protected]>
Based on the monitoring logs that have been going to my spam folder 🤭, this broke on Jun 3 between 18:30 and 19:00 EDT. I’ve deployed an update v1-175-gb507476 that adds digitalbazaar/forge#581 for TLS 1.2 support. I reported the misordered chain to ops, who says it will be sorted shortly. |
Ops fixed the certificate chain ordering, but the server has changed the way it performs Duo authentication in a way that’s going to take more work to handle—I assume this is related to https://ist.mit.edu/news/touchstone-okta. |
When I tried to use certassist.mit.edu today, I got an error message:
It also seems that ca.mit.edu now supports TLS 1.3, from visiting it in my browser. Could it be that the JavaScript TLS implementation needs to be updated to support it?
Here's my browser version info. I can replicate this in Chrome 125 on both Chrome OS and Windows 10, as well as Firefox 127.0 on Windows 10.
The text was updated successfully, but these errors were encountered: