Config for TLS protocol #7
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dece/Comet#7
Loading…
Reference in a new issue
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?
Some capsules do not seem to work without TLSv1.3, but it seems too restrictive for older devices to force 1.3 as a requirements. Therefore we should use 1.3 as a default but accept setting 1.2 as the desired protocol in the options. Other versions are not accepted by the spec.
Unsure how to test 1.3 capabilities but
java.security.NoSuchAlgorithmException
is thrown bySSLContext.getInstance("blah")
.Preference is there, now to test the capability...
This actually fixes the connection issue with the capsule given as example above. It does not fix the connection issue described in #13 though.