DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
1.
...
- The client can decipher the data only once it has received a full record over SSL. The record size can have significant impact on the page load time performance of the application. No limitation on record size means that clients might have to download up to 16KB of data before starting to process them, whereas very small records incur a larger overhead due to record framing. The suggestion is to configure the TLS record size to fit into a single TCP segment, this can improve page load times on browsers located over high latency or low bandwidth networks.
- Status: https://issues.apache.org/jira/browse/TS-2365
2. Expose API to extract peer certificate data
- When verifying peer certificates, A few customers expect to obtain the specific cert data (i.e. subject, issuer info) and forward them to origin servers. It's better to expose API to extract peer certificate data.
- Status: https://issues.apache.org/jira/browse/TS-2210
...
SSL_read size threshold
A few customers expect a size threshold for client request over ssl from protecting system perspective. If the max requested data exceed the threshold, server will reject the client connection
.
4. Specific mode for verifying peer certificate
With Apache Traffic Server 8.0, the ssl_server_name.config enables the finer grained way to specify settings like requiring sending a client certificate to a particular origin.