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

Python3.7 ValueError: attempt to connect already-connected SSLSocket #1961

Open
tKe opened this issue Nov 26, 2019 · 3 comments
Open

Python3.7 ValueError: attempt to connect already-connected SSLSocket #1961

tKe opened this issue Nov 26, 2019 · 3 comments

Comments

@tKe
Copy link

tKe commented Nov 26, 2019

This was previously resolved by pull request #1669 however it was seemingly lost on f2f2bfe

@dpkp
Copy link
Owner

dpkp commented Dec 29, 2019

Do you have a stacktrace or error? f2f2bfe changed connection so that socket connection happens before ssl wrap / handshake. So there shouldn't be any attempts to connect on an already connected ssl socket after that change.

@jeffwidman
Copy link
Collaborator

jeffwidman commented Feb 12, 2020

Nudge @tKe

Please also try with the recently release 2.0.0 version.

@tKe
Copy link
Author

tKe commented Feb 18, 2020

Sorry about the dearth of replies - I've not had a chance to validate this at work. I was encountering this while using ansible to manage kafka topics, and haven't had a need to add topics recently. I'll hopefully try with the new release later this week to check if it's resolved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants