TLS 1.3 Causes TCP Issue with Flask #2
Labels
No Label
Cleanup
Feature Suggestion
Long Term Goal
Problem
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gashapwn/lyadmin#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When TLS 1.3 is enabled, requesting an image (such as lainsign.png) causes part of the image to load and then the connection becomes stuck. The TCP connection stays alive but sends no more packets with data in them.
This only happens for some clients.
This seems to be related to MTU / SSL / the OpenBSD TCP implementation.
TLS 1.3 is currently disabled and TLS 1.2 is used, but this bug should be fixed and TLS 1.3 re-enabled.