-
Notifications
You must be signed in to change notification settings - Fork 18
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
Python error on testing external_cloud.py #17
Comments
Googling for I checked your URL, and the certificate expired in February. I would expect fixing this to solve the problem. I agree, however, that the error message is horrible, at best. I will try to find out why it doesn't show anything better. |
The weirdness of the error message seems to be version dependent. On Ubuntu 16.04 (Python 2.7.12, requests 2.16.5), the message is: Maybe updating your requests library would create a more helpful error message? |
Here is an experimental fix (aka hack): Can you try fdf9d86? |
Thanks! Good catch! Now a different error that i think i can resolve but this is resolved from updating the cert :) |
"Fixed" by fdf9d86 (making the error message clearer for older request/urllib/ssl errors) |
Hey folks,
So I followed the instructions I thought to a 'T'
The nextcloud instance can talk the 'bosh'
'internal_plain' works to login
When I try to use this I am not able to login, on the client says not authorized, so I tried to run
./external_cloud.py -c /etc/external_cloud.conf -l /var/log/prosody/ -I <nextcloud user> <nextcloud domain>
Not sure where to start
The text was updated successfully, but these errors were encountered: