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

Bug in Debian 8 64bit with pyOpenSSL #41

Closed
jarrettchisholm opened this issue May 12, 2015 · 6 comments
Closed

Bug in Debian 8 64bit with pyOpenSSL #41

jarrettchisholm opened this issue May 12, 2015 · 6 comments

Comments

@jarrettchisholm
Copy link

Installed pagekite using aptitude with instructions for debian package (added to sources.list).

SSL passthrough would work for one or two requests, then disconnect (static assets failed to load with 503 error).

I manually edited /usr/share/pyshared/pagekite/compat.py and disabled support for pyOpenSSL by changing if socks.HAVE_PYOPENSSL: to if socks.HAVE_PYOPENSSL and False:. Now it works fine.

@jarrettchisholm jarrettchisholm changed the title Bug in Debian 8 64bit pagekite install Bug in Debian 8 64bit with pyOpenSSL May 12, 2015
@lelit
Copy link

lelit commented Jul 21, 2015

Thank you, this fixed it for me too!

@BjarniRunar
Copy link
Collaborator

There is a --nopyopenssl command-line flag to disable use of pyOpenSSL and prefer Python's native ssl library (or no ssl at all).

Is this my Debian package, or one the one from Debian themselves?

@jarrettchisholm
Copy link
Author

The debian package would have been the one recommended on the PageKite site.

I didn't know about the --nopyopenssl flag, thanks for letting me know.

@tommag
Copy link

tommag commented Jan 26, 2016

I can report this too !

I was trying to set up a VNC server tunneled in SSH, and kept having the message packet_write_wait: Connection to UNKNOWN: Broken pipe just after opening the VNC viewer.

Disabling pyOpenSSL seems to fix the problem.

I'm using the pagekite package from the Debian repos.

@robbynshaw
Copy link

Thanks so much for the tip guys. And especially thanks to you BjarniRunar. This fixed the issue that I was having with images not loading all the way. So awesome. Thanks!

@BjarniRunar
Copy link
Collaborator

I am pretty sure this got fixed long ago. Closing, thank you all for participating in the discussion.

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

No branches or pull requests

6 participants