SSL and Slice Module

Patrick 201904-nginx at jslf.app
Fri May 10 01:20:01 UTC 2019


On 2019-05-09 17:30, careygister wrote:
> I am using the slice module to request data from an upstream server. My
> clients are connecting over SSL. With a non-SSL connection, nginx reads the
> slices from the upstream server as quickly as it can deliver them. Over SSL
> connections, slices are read incrementally only as quickly as the client can
> consume them.

Hi,

Can you post illustrative tshark captures from the client-side?

tshark -n -Y http port 80 and host $SERVER_IP

tshark -n -Y ssl port 443 and host $SERVER_IP



Thanks!
Patrick


More information about the nginx mailing list