Skip to content
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

Test failures on Debian Unstable #4726

Closed
wRAR opened this issue Aug 14, 2020 · 0 comments · Fixed by #4735
Closed

Test failures on Debian Unstable #4726

wRAR opened this issue Aug 14, 2020 · 0 comments · Fixed by #4735
Labels

Comments

@wRAR
Copy link
Member

wRAR commented Aug 14, 2020

I ran the 2.3.0 test suite on the current Debian Unstable and got the following failures.

Two related to those CAMELLIA tests (Https11CustomCiphers.test_download and WebClientCustomCiphersSSLTestCase.testPayload):

<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert internal error')]

Two related to the mitmproxy cert:

  File "/usr/lib/python3/dist-packages/mitmproxy/net/tls.py", line 369, in create_server_context
    context.use_certificate(cert.x509)
  File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 960, in use_certificate
    _raise_current_error()
  File "/usr/lib/python3/dist-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue
    raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]
@wRAR wRAR changed the title Test fail on Debian Unstable Test failures on Debian Unstable Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant