Hello All,<br><br>I am new to Twsited and I am facing SSL/TLS connection setup issue with Twisted 12.0.0. Version of Ubuntu (unstable), I am using is: 12.10<br>During the SSL/TLS connection setup, there is ClientHello request from the client and for this request there is no response from the server where Twisted 12.0.0 is running. <br>
I see only TCP FIN and RST sent by the server end for the ClientHello request.<br><br>When I checked the syslog, I see below messages.<br><br> Traceback (most recent call last):<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/python/log.py&quot;, line 84, in callWithLogger<br>
:     return callWithContext({&quot;system&quot;: lp}, func, *args, **kw)<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/python/log.py&quot;, line 69, in callWithContext<br>:     return context.call({ILogContext: newCtx}, func, *args, **kw)<br>
:   File &quot;/usr/lib/python2.7/dist-packages/twisted/python/context.py&quot;, line 118, in callWithContext<br>:     return self.currentContext().callWithContext(ctx, func, *args, **kw)<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/python/context.py&quot;, line 81, in callWithContext<br>
:     return func(*args,**kw)<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py&quot;, line 599, in _doReadOrWrite<br>:     self._disconnectSelectable(selectable, why, inRead)<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py&quot;, line 266, in _disconnectSelectable<br>
:     selectable.connectionLost(failure.Failure(why))<br>:   File &quot;/usr/local/lib/python2.7/dist-packages/gnutls/interfaces/twisted/__init__.py&quot;, line 328, in connectionLost<br>:     tcp.Server.connectionLost(self, reason)<br>
:   File &quot;/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py&quot;, line 277, in connectionLost<br>:     protocol.connectionLost(reason)<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/web2/channel/http.py&quot;, line 853, in connectionLost<br>
:     self.readConnectionLost()<br>:   File &quot;/usr/lib/python2.7/dist-packages/twisted/web2/channel/http.py&quot;, line 842, in readConnectionLost<br>:     self.transport.loseConnection()<br>:   File &quot;/usr/local/lib/python2.7/dist-packages/gnutls/interfaces/twisted/__init__.py&quot;, line 322, in loseConnection<br>
:     tcp.Server.loseConnection(self, reason)<br>: TypeError: loseConnection() takes exactly 1 argument (2 given)<br><br>Anyone else has faced this issue, earlier?<br>I am not having any clue like what went wrong. Have I missed any of the dependent packages required for Twisted 12.0.0?<br>
Please help me to come out of this issue.<br><br>Best Regards,<br>bgurup<br>