Re: poll external server

2016-01-21 Thread Dnj
I did see ats_pagespeed. I was looking for a socket interface and not a file interface. > On Jan 21, 2016, at 9:36 AM, Leif Hedstrom wrote: > > >> On Jan 21, 2016, at 8:03 AM, Alan Carroll >> wrote: >> >> The closest I could find is ats_pagespeed.This doesn't poll an external >> server

Re: remap for internal connections.

2016-02-12 Thread Dnj
That's exactly what I did. I added a global pre map hook. In that, I set the skip remap if it's an internal txn and if the txn URL matches my URL. However, my request still fails with a 404. :( Bhasker. > On Feb 12, 2016, at 7:45 PM, Leif Hedstrom wrote: > > >> On Feb 12, 2016, at 7:10 PM,

Re: remap for internal connections.

2016-02-12 Thread Dnj
t; > Thanks, > > Sudheer > > > > On Friday, February 12, 2016, 7:54 PM, Dnj wrote: > > That's exactly what I did. I added a global pre map hook. In that, I set the > skip remap if it's an internal txn and if the txn URL matches my URL. > However, my requ

Re: ssl

2016-04-13 Thread Dnj
Thanks Susan, I'll check that out. > On Apr 13, 2016, at 6:35 AM, Susan Hinrichs > wrote: > > I'm assuming you are referring to the handshake between ATS and the user > agent. You can set a call back before the server certificate is selected. > > TSHttpHookAdd(TS_SSL_CERT_HOOK, cb_cert); >