Config for TLS protocol #7

Closed
opened 2 years ago by dece · 2 comments
dece commented 2 years ago
Owner

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 by SSLContext.getInstance("blah").

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 by `SSLContext.getInstance("blah")`.
dece added the enhancement label 2 years ago
dece closed this issue 2 years ago
dece reopened this issue 2 years ago
dece commented 2 years ago
Poster
Owner

Preference is there, now to test the capability...

Preference is there, now to test the capability...
dece commented 2 years ago
Poster
Owner

This actually fixes the connection issue with the capsule given as example above. It does not fix the connection issue described in #13 though.

This actually fixes the connection issue with the capsule given as example above. It does not fix the connection issue described in #13 though.
dece closed this issue 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: dece/Comet#7
Loading…
There is no content yet.