Hi all, 

I was wondering if it is possible to determine if client is requesting an ssl 
handshake on regular socket connection and if client does request it, continue 
with SSL handshake and enable secure communication? What is happening is that 
if I have a server, but I accept a connection using a regular socket (not 
OpenSSL accept) then I get the scrambled data from the client which I assume is 
an attempt to handshake with the server. Is it possible to determine if this is 
a handshake and if so, let this connection be secure? This is a custom 
application. 

Thank you, 

K

Reply via email to