whatsapp-web-reveng
whatsapp-web-reveng copied to clipboard
Cannot conect to the server
When I try to connect to the server
[0] got message { command: 'api-connectBackend', from: 'client', type: 'call' }
[1] sending {"type": "connected", "from": "backend"}
[1] ('127.0.0.1', 50372) connected to backend
[0] got message { from: 'meta', type: 'opened' }
[0] got message { type: 'connected', from: 'backend' }
[0] got message { command: 'backend-connectWhatsApp',
[0] from: 'client',
[0] type: 'call' }
[1] 1529099960012,{"command":"backend-connectWhatsApp","from":"api2backend","type":"call"}
[1] {u'from': u'api2backend', u'command': u'backend-connectWhatsApp', u'type': u'call'}
[1] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)
[1] sending {"type": "resource_gone", "resource": "whatsapp", "resource_instance_id": "1c30db64f3d64f6b92469685d17c4910", "from": "backend"}
[1] WhatsApp backend Websocket closed.
Well, a SSL: CERTIFICATE_VERIFY_FAILED error is very unlikely to be an issue with this project, probably it's because of your system configuration, i.e. invalid or expired certificates which may be resolved using some sort of update. Can you use regular WhatsApp Web in your browser? When using a simple Python script that would download content from an SSL encrypted website, does that work for you?
Yes, I can use WhatsApp Web in my browser, I tried different configurations in python but nothing work, just can't download content from SSL
I am getting same issue.