Closed Vagabond closed 1 year ago
I think the github actions Ci needs to be updated to ubuntu 20.04 or it won't run.
On 25 I get 2 failures because of:
{handshake_failure,
"TLS server: In state hello at ssl_handshake.erl:2109 generated SERVER ALERT: Fatal - Handshake Failure\n unacceptable_rsa_key"}}}
On 25 I get 2 failures because of:
{handshake_failure, "TLS server: In state hello at ssl_handshake.erl:2109 generated SERVER ALERT: Fatal - Handshake Failure\n unacceptable_rsa_key"}}}
I'm pretty sure this is some pre-existing bitrot?
I thnk the previous CI job needs to be cancelled so it can retry with the new workflow file
Yea, it is bitrot. If you have any ideas though let me know :). I've been banging my head against chatterbox on otp-25/26.
Tests are going to fail on 23 so need to drop that.
I assume the bundled certificates have become obsolete somehow (I decoded them and they're still chronologically valid) but maybe RSA1024 is no longer allowed?
Ah yup, I thought I tried adding that back to allowed and it still failed so thought it wasn't the issue. But generating new keys worked.
Ok, I will rebase once you have new keys merged.
Patch coverage: 66.66
% and project coverage change: -0.24
:warning:
Comparison is base (
855947e
) 39.75% compared to head (2ef767c
) 39.51%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Depends on tsloughter/chatterbox#22