-
Notifications
You must be signed in to change notification settings - Fork 10
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
TLS 1.3 capsule giving a Server Error: Handshake failed #46
Comments
Here is another capsule which gives the same Handshake error: Interestingly enough the Certificate/TLS settings are very different:
RSA is for the cert used instead of EC. The TLS cipher family is similar to the other capsule, but the sizes of the key and hash are different. This seems to imply a bigger issue than the TLS library that Buran is using not supporting a single TLS configuration. |
I suggest ensuring that you are using the latest version of whatever TLS library you. Also check the documentation to see if you need to do certain things to enable the appropriate/modern TLS ciphers |
In Buran 1.12, I'm getting the following error when trying to access a capsule:
The URL is gemini://gemini.locrian.zone/gemlog/darkmode.gmi, but I get the same error for any page on that Capsule.
This capsule works fine in other clients like Lagrange. I assume there is a problem with the TLS library/support that Buran has. I used
openssl s_client -connect gemini.locrian.zone:1965
to see more about the TLS handshake:The text was updated successfully, but these errors were encountered: