Hello List,<br><br>I've been reading the SSL documentation on upgrading a TCP connection to use SSL:<br><a href="http://www.erlang.org/doc/apps/ssl/using_ssl.html">http://www.erlang.org/doc/apps/ssl/using_ssl.html</a><br>
<br>I've got a situation where I've accepted a TCP connection which the connector has initiated using SSL. It seems I can't at this point upgrade my TCP connection to SSL using the standard SSL library?<br>If I understand the documentation correctly I need to be in control of both ends of the connection to correctly execute this upgrade and in my application I'll never be in control of the connecting side.<br>
<br>Does anyone know if this is correct or see something that I'm missing? Anyone know any hack-arounds?<br><br>Thanks in advance.<br><br>//Tom.<br><br>