We are using nginx 1.15.6 and we have enable TLS 1.3 also enabled early data using the following command in our nginx configuration file. ssl_early_data on; proxy_set_header Early-Data $ssl_early_data; But it is showing that Early data was not sent....