RE: Traffic Server plugin for header based reverse proxying

2013-02-06 Thread Alakkad, Achuth (GE Healthcare)
Thanks Leif, can you point me to some lua plugin documentation as unfortunately I am only getting C++ doc. Also I would like to know if I can read the body of the http request too using Lua to search for keywords. Regards Achuth -Original Message- From: Leif Hedstrom [mailto:zw...@apache

Re: HTTPS traffic (not SSL termination)

2013-02-06 Thread Leif Hedstrom
On 2/6/13 12:35 AM, oksana fishman wrote: I can see a certificate, for example. How https traffic can be seen by ATS plugin? You mean the SSL handshake? That would be Layer 5, not Layer 7 (HTTPS). I don't think we expose any APIs for a plugin to intercept or participate in the handshake, but

Re: Traffic Server plugin for header based reverse proxying

2013-02-06 Thread James Peach
On Feb 6, 2013, at 7:12 AM, "Alakkad, Achuth (GE Healthcare)" wrote: > Thanks Leif, can you point me to some lua plugin documentation as > unfortunately I am only getting C++ doc. > > Also I would like to know if I can read the body of the http request too > using Lua to search for keywords. T

Re: HTTPS traffic (not SSL termination)

2013-02-06 Thread James Peach
On Feb 6, 2013, at 7:21 AM, Leif Hedstrom wrote: > On 2/6/13 12:35 AM, oksana fishman wrote: >> I can see a certificate, for example. >> How https traffic can be seen by ATS plugin? > > You mean the SSL handshake? That would be Layer 5, not Layer 7 (HTTPS). I > don't think we expose any APIs f

Re: git commit: cleanup ink_thread.h for TS-1698

2013-02-06 Thread James Peach
On Feb 6, 2013, at 2:20 AM, iga...@apache.org wrote: > Updated Branches: > refs/heads/master 61d0d2c11 -> 26c408071 > > > cleanup ink_thread.h for TS-1698 > > All versions of FreeBSD support pthread_cancel() and > pthread_getschedparam(). If there are any platforms out there that do > not, thi