You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing push notifications to my app using the demo script.
I get the following error: File "demopush2.py", line 25, in <module> apns.gateway_server.send_notification(token_hex, payload) File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 544, in send_notification self.write(self._get_notification(token_hex, payload)) File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 267, in write return self._connection().write(string) File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 248, in _connection self._connect() File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 224, in _connect self._ssl = wrap_socket(self._socket, self.key_file, self.cert_file) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 911, in wrap_socket ciphers=ciphers) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 579, in __init__ self.do_handshake() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 808, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:590)
I am using python 2.7.10. Getting the very same error on ubuntu 14.04 and on macOS 10.12.4.
The text was updated successfully, but these errors were encountered:
I am testing push notifications to my app using the demo script.
I get the following error:
File "demopush2.py", line 25, in <module> apns.gateway_server.send_notification(token_hex, payload) File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 544, in send_notification self.write(self._get_notification(token_hex, payload)) File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 267, in write return self._connection().write(string) File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 248, in _connection self._connect() File "/Users/sagi/Dropbox/Projects/coral/coral/manager/push/apns_new.py", line 224, in _connect self._ssl = wrap_socket(self._socket, self.key_file, self.cert_file) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 911, in wrap_socket ciphers=ciphers) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 579, in __init__ self.do_handshake() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 808, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:590)
I am using python 2.7.10. Getting the very same error on ubuntu 14.04 and on macOS 10.12.4.
The text was updated successfully, but these errors were encountered: