errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.13k stars 616 forks source link

Self signed SSL certificate? #224

Closed scuba323 closed 10 years ago

scuba323 commented 10 years ago

INFO:sleekxmpp.xmlstream.xmlstream:Negotiating TLS INFO:sleekxmpp.xmlstream.xmlstream:Using SSL version: 3 ERROR:sleekxmpp.xmlstream.xmlstream:CERT: Invalid certificate trust chain.

https://github.com/gbin/err/issues/172 (Closed but it's still happening? I'm going through config.py now)

I have the line commented out but it's still giving me the error

zoni commented 10 years ago

If you have the line commented out (which is the default) then it does certificate validation using the default CA bundle from /etc/ssl/certs/ca-certificates.crt. To disable certificate validation, set XMPP_CA_CERT_FILE = None.

Does that solve your issue?

scuba323 commented 10 years ago

Yes it did! Wonderful! Thanks for the quick response. Feel free to close :smile:

Edit: New to GitHub didn't realize I could close it