Ticket #3463: tls-no-ticket.patch
| File tls-no-ticket.patch, 0.5 KB (added by ralphm, 5 years ago) |
|---|
-
twisted/words/protocols/jabber/xmlstream.py
391 391 392 392 self.xmlstream.removeObserver('/failure', self.onFailure) 393 393 ctx = ssl.CertificateOptions() 394 ctx.getContext().set_options(0x4000) 394 395 self.xmlstream.transport.startTLS(ctx) 395 396 self.xmlstream.reset() 396 397 self.xmlstream.sendHeader()
