Python Forum

Full Version: socket server with SSL accepting unencrypted data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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