Closed svengo closed 1 year ago
I reproduced the error with nginx:mainline-alpine
(nginx/1.23.3) on the server side and the following SSL configuration from mailcow:
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305;
ssl_ecdh_curve X25519:X448:secp384r1:secp256k1;
ssl_session_cache shared:SSL:50m;
ssl_session_timeout 1d;
ssl_session_tickets off;
Hello ! Thanks for the bug report. Did you change the server's configuration ? I am not able to reproduce this error with SSLyze 5.1.3. Thanks!
I can no longer reproduce the error either. Maybe an update of nginx ( the current version is 1.25.2) has solved the problem.
Describe the bug I get the error
nassl._nassl.OpenSSLError: error:141BD06C:SSL routines:tls_parse_stoc_key_share:bad key share
when I runsslyze:5.1.1 --elliptic_curves
.To Reproduce Steps to reproduce the behavior:
docker run --rm -it nablac0d3/sslyze:5.1.1 --elliptic_curves mail.svengo.net
Expected behavior SSLyze should not throw an error.
Python environment (please complete the following information):
Additional context The server runs mailcow (nginx) with a user-supplied certificate. The Qualys' SSL server test reports no issues.