Hi All,<br><br>In ssl-3.9, according to the documentation the connect/2 function allows upgrading a gen_tcp socket to a ssl socket.<br><br>But when I try ssl:connect(Gen_tcp_socket,[{verify,0}]), I get {eoptions,{cacertfile,[]}}.<br>
<br>The Gen_tcp_socket is a socket created using gen_tcp:connect/3. <br><br>Since {verify,0}, why is a cacertfile required.<br><br>ssl:connect/3 (for creating a ssl connection not upgrading existing one) works fine without cacertfile.<br>
<br>What am I missing here?<br><br><br>Regards,<br><br>Koushik Narayanan<br>