Skip to content

Commit

Permalink
Disable SSL early data.
Browse files Browse the repository at this point in the history
  • Loading branch information
strarsis committed Aug 3, 2024
1 parent 5e540df commit 6cab648
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
quic_retry on;

# enable 0-RTT
ssl_early_data on;
proxy_set_header Early-Data $ssl_early_data;
#ssl_early_data on;
#proxy_set_header Early-Data $ssl_early_data;

quic_gso on;

0 comments on commit 6cab648

Please sign in to comment.