<div dir="ltr"><div><div><div>Hi,<br><br></div>Is it possible to accept SSL connections and normal TCP connections on the same port?<br></div>Maybe accept normal TCP connections. If the connection is SSL connection pass it to the ssl module  and if it is a normal TCP connection just handle the socket.<br>
<br></div><div>If it is possible, how can I distinct SSL from non SSL connections?<br></div><div>How can I pass the socket to the ssl module?<br></div><div><br></div>In my case I control the server but I can't change the client.<br>
<br>Thanks<br></div>