*API Review of adding TSSslContextCreate and TSSslContextDestroy*
Hi All,
Here's the API review request for the pull request:
It adds two new API functions for creating and destroying SSL
contexts.
Traffic server exposes hooks that plugins can use to load certificates via
other
mechanisms than
I'm trying to get TSHttpTxnRedirectUrlSet, but when I compile traffic
server in debug mode, I get the following failed assertion:
FATAL: HttpSM.cc:2490: failed assert `server_entry == NULL`
Here's a small example plugin replicating the issue:
https://gist.github.com/biilmann/d9a877bb353224ff19de