Ticket #5449 regression closed fixed
new SSL implementation gives AttributeError when using an invalid key file
| Reported by: | wulczer | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | Twisted-12.0 |
| Component: | core | Keywords: | |
| Cc: | Branch: | branches/early-context-error-5449 | |
| Author: | exarkun | Launchpad Bug: |
Description
The attached snippet tries to open an SSL connection using /etc/passwd as the key file.
In Twisted 11.0.0 this gave a traceback with an OpenSSL.SSL.Error, in Twisted 11.1.0 it also tracebacks with an AttributeError.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

