[Twisted-Python] HTTPS reverse proxy using twistd, twist, or twisted.web?

2017-10-10 Thread Craig Rodrigues
Hi, Can someone give me a short snippet for how to set up a HTTPS reverse proxy using twistd, twist, or twisted.web ? I'd like to add an example of this to the documentation examples, since it is a pretty common thing to do these days. -- Craig ___ Twi

Re: [Twisted-Python] HTTPS reverse proxy using twistd, twist, or twisted.web?

2017-10-10 Thread Jean-Paul Calderone
On Tue, Oct 10, 2017 at 3:17 PM, Craig Rodrigues wrote: > Hi, > > Can someone give me a short snippet for how to set > up a HTTPS reverse proxy using twistd, twist, or twisted.web ? > > This requires CONNECT support in the Twisted Web server. Has anyone implemented this yet? Jean-Paul > I'd

Re: [Twisted-Python] HTTPS reverse proxy using twistd, twist, or twisted.web?

2017-10-10 Thread Mark Williams
On Tue, Oct 10, 2017, at 12:20 PM, Jean-Paul Calderone wrote: > On Tue, Oct 10, 2017 at 3:17 PM, Craig Rodrigues > wrote: >> Hi, >> Can someone give me a short snippet for how to set >> up a HTTPS reverse proxy using twistd, twist, or twisted.web ? >> > > This requires CONNECT support in the Tw

Re: [Twisted-Python] HTTPS reverse proxy using twistd, twist, or twisted.web?

2017-10-10 Thread Craig Rodrigues
On Tue, Oct 10, 2017 at 12:20 PM, Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Tue, Oct 10, 2017 at 3:17 PM, Craig Rodrigues > wrote: > >> Hi, >> >> Can someone give me a short snippet for how to set >> up a HTTPS reverse proxy using twistd, twist, or twisted.web ? >> >> > This re