NetworksAreMadeOfString / Rhybudd

An android app and widget for monitoring and interacting with the new JSON API of Zenoss Core 3
GNU General Public License v3.0
11 stars 3 forks source link

Error sending push notification #17

Open rcocchiararo opened 7 years ago

rcocchiararo commented 7 years ago

In zenoss, i see this information on the error event:

Traceback (most recent call last): File "/opt/zenoss/Products/ZenEvents/zenactiond.py", line 115, in processSignal action.execute(notification, signal) File "/opt/zenoss/ZenPacks/ZenPacks.rhybudd.alerts-1.0.1.egg/ZenPacks/rhybudd/alerts/actions/rhybudd.py", line 159, in execute h.request('POST', '/1/zenoss', data, headers) File "/opt/zenoss/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/opt/zenoss/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/opt/zenoss/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/opt/zenoss/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/opt/zenoss/lib/python2.7/httplib.py", line 773, in send self.connect() File "/opt/zenoss/lib/python2.7/httplib.py", line 1158, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/opt/zenoss/lib/python2.7/ssl.py", line 372, in wrap_socket ciphers=ciphers) File "/opt/zenoss/lib/python2.7/ssl.py", line 134, in init self.do_handshake() File "/opt/zenoss/lib/python2.7/ssl.py", line 296, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:503: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error