Python Forum
socket server with SSL accepting unencrypted data - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: socket server with SSL accepting unencrypted data (/thread-2933.html)



socket server with SSL accepting unencrypted data - kopite - Apr-20-2017

Hi all,

I'm new here so hope I dont break any rules :)

I have a socket server up and running using SSL and select to deal with connections.

Everything is working fine but The server accepts unencrypted packets as well. is this Expected behaviour or am I missing something?  

Thanks