This is not currently available (Note: there's an open pull request that
exposes some ssl session related fields, which could indirectly provide this
info).
https://github.com/aziontech/trafficserver/commit/faf994c53be72a270564b92f54fa147ab8500452
Thanks,
Sudheer
On Thursday, January 29, 2015 8:50 AM, Jason Strongman
<[email protected]> wrote:
Proxy Mode - Reverse
Remap Rule - map https://www.example.com/ http://origin.example.com/
Is there a logging field(possibly undocumented), that exposes the
unmapped client requested URL scheme?
The logging field 'cqus' captures 'http' given the above remap rule,
although the client requests an https URL.
Going with convention it seems as if there would be a field that
captures theĀ un-mapped URL scheme.. Something like 'cquus'.. However
I dont see any reference to this in the logging code.
Please advise.
Thanks!