-
Notifications
You must be signed in to change notification settings - Fork 189
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
Cannot connect to host #181
Comments
Here's the complete log file (auth key redacted) from a second try.
|
Is this happening consistently? Can you connect to https://0.client-channel.google.com/ in your browser? |
Yes, it happens consistently. My browser can connect to the host (HTTPS checks out too), though it produces
|
My best guess is that Python is having trouble with the TLS connection. Here's a script to try: Output should be:
|
Output was:
|
OK, the problem is that Python can't verify Google's certificate for some reason. This might be an issue with the version of Python that you have installed. |
I got it to work! Per http://stackoverflow.com/a/30831120/685933, I did
|
I have the same problem. My openssl version:
My hangups output:
|
I've got same problem with hangups, but changing the python runtime from 3.6.2 to 3.5.2 solves the problem. |
I signed into hangups, it said "Connecting...", and then it threw the following exception. This occurred with both my normal Google account and my Google Apps account (I deleted the token file to test the other). The Chrome Hangouts app works fine on this computer/network. I'm using OS X 10.10.3 and Python 3.4.2 (installed through Homebrew).
The text was updated successfully, but these errors were encountered: