aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index e322fae4b..f1c6fa45c 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -308,6 +308,8 @@ ngx_http_init_connection(ngx_connection_t *c)
ngx_quic_conf_t *qcf;
ngx_http_ssl_srv_conf_t *sscf;
+ hc->ssl = 1;
+
#if (NGX_HTTP_V3)
if (hc->addr_conf->http3) {