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

ERL-1404: 20201111 master breaks ssl #4434

Closed
OTP-Maintainer opened this issue Nov 11, 2020 · 3 comments
Closed

ERL-1404: 20201111 master breaks ssl #4434

OTP-Maintainer opened this issue Nov 11, 2020 · 3 comments
Assignees
Labels
bug Issue is reported as a bug priority:medium team:PS Assigned to OTP team PS

Comments

@OTP-Maintainer
Copy link

Original reporter: essen
Affected version: OTP-24.0
Component: ssl
Migrated from: https://bugs.erlang.org/browse/ERL-1404


Getting lots of errors such as this in the Gun test suite with a freshly built master, even for the most basic test. I think all tests are failing without exception. I'm using self signed certificates on the server.

 
 **** System report during http in event_SUITE 2020-11-11 17:10:30.880 ****=NOTICE REPORT==== 11-Nov-2020::17:10:30.880118 === TLS client: In state certify at ssl_handshake.erl:372 generated CLIENT ALERT: Fatal - Internal Error - \{unexpected_error,function_clause}
 
 **** System report during http in event_SUITE 2020-11-11 17:10:30.880 ****=NOTICE REPORT==== 11-Nov-2020::17:10:30.880523 === TLS client: In state certify at ssl_handshake.erl:372 generated CLIENT ALERT: Fatal - Internal Error - \{unexpected_error,function_clause}
 
 **** System report during http in event_SUITE 2020-11-11 17:10:30.880 ****=NOTICE REPORT==== 11-Nov-2020::17:10:30.880778 === TLS server: In state certify received CLIENT ALERT: Fatal - Internal Error
 
 **** System report during http in event_SUITE 2020-11-11 17:10:30.880 ****=NOTICE REPORT==== 11-Nov-2020::17:10:30.880794 === TLS server: In state certify received CLIENT ALERT: Fatal - Internal Error
@OTP-Maintainer
Copy link
Author

ingela said:

Thank you for your prompt report.  Hopefully it should work again now, we found that we where lacking a test case for improper chains of only a self-singed peer cert.  The bug could also have affected chains with no intermediates. So please try again to make sure we did not miss anything else.

@OTP-Maintainer
Copy link
Author

essen said:

It seems to be fixed. Thanks!

@OTP-Maintainer
Copy link
Author

ingela said:

As the bug was never released in any version only present in development branches we mark it only as fixed.

@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug team:PS Assigned to OTP team PS priority:medium labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug priority:medium team:PS Assigned to OTP team PS
Projects
None yet
Development

No branches or pull requests

2 participants