:Failed to establish socket/SSL connection to

Issue #3 new
Former user created an issue

WARNING:apns_clerk.backends.stdio:Failed to establish socket/SSL connection to ('gateway.sandbox.push.apple.com', 2195) Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/apns_clerk/backends/stdio.py", line 168, in _open_connection self._connect_and_handshake() File "build/bdist.linux-x86_64/egg/apns_clerk/backends/stdio.py", line 205, in _connect_and_handshake self._connection.do_handshake() WantReadError

any pointers on what could cause this ?

Comments (2)

  1. neetu jain

    BTW i noticed this error occurs when i use eventlet.monkeypatching

    import eventlet eventlet.monkey_patch()

  2. Log in to comment