[
https://issues.apache.org/jira/browse/TS-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911091#comment-13911091
]
James Peach commented on TS-2433:
---------------------------------
I don't see this documented for stunnel,
https://www.stunnel.org/static/stunnel.html. mod_ssl also does not have this
feature AFAICT.
At first, I thought that {{proxy.config.http.post_copy_size}} would do what you
want, but it sounds more like you need a way to limit the size of a request
body. It doesn't seem like this need is really specific to SSL. Something that
is more along the lines of {{proxy.config.http.request_header_max_size}} seems
appropriate.
> Size threshold for SSL request
> ------------------------------
>
> Key: TS-2433
> URL: https://issues.apache.org/jira/browse/TS-2433
> Project: Traffic Server
> Issue Type: Task
> Reporter: Wei Sun
> Assignee: Wei Sun
> Labels: Review
> Fix For: 5.0.0
>
> Attachments: TS-2433.diff
>
>
> A size threshold is expected for client request over SSL, if the max
> requested data(SSL_read) exceeds the threshold, close the connection.
> Default: no size limitation. We have this use case when using stunnel, expect
> to have the same functionality in ATS.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)