Config for TLS protocol #7

Closed
opened 2022-01-24 14:17:41 +01:00 by dece · 2 comments
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 2022-01-24 14:17:41 +01:00
dece closed this issue 2022-02-04 19:10:12 +01:00
dece reopened this issue 2022-02-04 19:10:25 +01:00
Author
Owner

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

Preference is there, now to test the capability...
Author
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 2022-02-15 20:41:00 +01:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dece/Comet#7
No description provided.