ssl.SSLEOFError: EOF occurred in violation of protocol
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | python-defaults (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
Python script: yowsup-cli --sync <number> --config yowsup-cli.config
Syncing 1 contacts
Traceback (most recent call last):
File "./yowsup-cli", line 302, in <module>
result = wsync.send()
File "/usr/lib/
self.
ssl.SSLError: [Errno 8] _ssl.c:510: EOF occurred in violation of protocol
and
File "/usr/lib/
self.
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:598)
Try PROTOCOL_SSLv23 or PROTOCOL_TLSv1 -> Same result
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python 2.7.5-5ubuntu3
ProcVersionSign
Uname: Linux 3.13.0-35-generic i686
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: i386
CurrentDesktop: KDE
Date: Sat Aug 30 09:13:19 2014
SourcePackage: python-defaults
UpgradeStatus: Upgraded to trusty on 2014-04-23 (129 days ago)
| Dustin Falgout (lots0logs) wrote : | #3 |
I ran into this issue today after installing available updates. One of the packages included in the updates was openssl 1.0.1f-1ubuntu9.1
```
Traceback (most recent call last):
File "/usr/local/
result = self._run(
File "/usr/local/
ssl_socket = self.wrap_
File "/usr/local/
ciphers=
File "/usr/local/
self.
File "/usr/local/
return self._sslobj.
SSLEOFError: EOF occurred in violation of protocol (_ssl.c:581)
```
| Coiby Xu (coiby) wrote : | #4 |
This bug also troubles me.
| Eli Qiao (taget-9) wrote : | #5 |
I hit this issue when try to do a ssl request, log is on openstack gate
http://
| Tyler Hicks (tyhicks) wrote : | #6 |
Thanks for the bug reports. Do any of you affected folks have a simple reproducer? I'm unable to reproduce the bug but I also cannot get `yowsup-cli registration` to work (pulled from github) and I don't know what kind of setup is needed to reproduce Eli's issue.
A simple reproducer would go a long way in triaging this bug. Thanks!
| gensmusic (gensmusic) wrote : | #7 |
Same error here when I sue ssl in a thread(not main thread)
ubuntu 14.10 python 2.7.8


Status changed to 'Confirmed' because the bug affects multiple users.