-
Notifications
You must be signed in to change notification settings - Fork 90
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
nginx servers need signature algorithm extension #58
Comments
Didn't know that. Can you provide an address to test it with? This is the list of supported signatures:
|
lobste.rs and ish.app were the ones I believe I ran into this first on. |
Ok, so after a little debugging, ish.app and std.fyi are working. Not sure about lobste.rs. I think is the same problem that Ron is having. I'm comparing clienthello generated with openssl and TLSe. OpenSSl works, mine doesn't... |
@classilla this has helped me |
@classilla could we close the issue? |
I have my own fork of TLSe now and made my own fix for this a long time ago, so I can't say if your fix works or not. |
Without it they throw an ALERT MESSAGE 0x02 0x50 which is of course totally unhelpful. Increasing
extension_len
by 22 and then adding this extension to the hello seems to fix it. Note this pretty much allows any kind of cert; maybe we should pare it back to what TLSe actually supports.The text was updated successfully, but these errors were encountered: