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

Betty does not work with internet #174

Closed
likeadragonmaid opened this issue Jul 26, 2016 · 4 comments
Closed

Betty does not work with internet #174

likeadragonmaid opened this issue Jul 26, 2016 · 4 comments

Comments

@likeadragonmaid
Copy link

When I try asking betty for a question, it just says Asking the internet... SSL_connect returned=1 errno=0 state=error: certificate verify failed Betty: error querying web service SSL_connect returned=1 errno=0 state=error: certificate verify failed
screenshot_20160726_190158

@insajd
Copy link

insajd commented Aug 16, 2016

Solution found on http://www.webupd8.org/2014/05/betty-is-like-siri-or-google-now-for.html

To fix it, you'll need to apply a patch. You can do this using the following commands (which assume you've extracted Betty in the "betty" folder in your home directory):

cd ~/betty
wget https://raw.githubusercontent.com/hotice/webupd8/master/betty-ssl-fix.patch
patch -p1 < betty-ssl-fix.patch

@michielboekhoff
Copy link

@insajd That's a bit of an ugly workaround. Problem is, you're turning off TLS verification. This is a problem with the external webservice used by Betty: ask.pannous.com. Its TLS certificate expired a while ago, and Betty is right to complain about it. Maybe the best solution would be to find an alternative to Pannous?

@michielboekhoff
Copy link

See also #173.

@likeadragonmaid
Copy link
Author

This patch works great.

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