Re: [Twisted-Python] HTTPS proxy with twisted?

2012-03-12 Thread Steve Chapel
Well, the HTTPS proxy actually not an assignment. Getting the HTTPS proxy working is just the starting point we need before we can do any research, and at this point the research project is due in four weeks. If you can point to some twisted code for an HTTPS proxy or documentation for how to w

Re: [Twisted-Python] HTTPS proxy with twisted?

2012-03-12 Thread Phil Mayers
On 11/03/12 16:18, Steve Chapel wrote: > I will need to write an HTTPS proxy, which will examine the certificates > sent from the web server and determine whether the certificate is valid > or invalid. If the proxy determines if the certificate is valid, I will > need to resign the document. I sup