Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. SSL error in data received
  2. protocol: <asyncio.sslproto.SSLProtocol object at 0x7f526046be10>
  3. transport: <_SelectorSocketTransport fd=7 read=polling write=<idle, bufsize=0>>
  4. Traceback (most recent call last):
  5. File "/home/judgey/.pyenv/versions/3.7.0/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
  6. ssldata, appdata = self._sslpipe.feed_ssldata(data)
  7. File "/home/judgey/.pyenv/versions/3.7.0/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
  8. self._sslobj.unwrap()
  9. File "/home/judgey/.pyenv/versions/3.7.0/lib/python3.7/ssl.py", line 767, in unwrap
  10. return self._sslobj.shutdown()
  11. ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2580)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement