At 10:10 AM 12/8/2004, Brad Nicholes wrote:
> FYI, if anybody else is interesting is testing the TLS upgrade
>functionality, there is a small test utility
>(http://www.apache.org/~bnicholes/tlsupgrade.c) that can be used to send
>an upgradeable GET or POST request.
It seems to me we can make ab.c TLS upgrade-aware by;
1. recognizing the -s flag in conjunction with http: - that
would set the ssl preference client-side. (This would not
alter the behavior of https:, or of -s without a scheme.)
2. recognize upgrade-required and promote an http: connection
to SSL when the server-side demands it.
Sane?
Bill