-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set TLS version to 1.2 for the server
OTP >= 24.3 made changes to the TLS 1.3 implementation and now prefers it as the default. Some of the hardended rules break the custom client authentication setup of NervesHub in slightly confusing ways. This sets the expected server version to TLS1.2 to hopefully reduce these errors and make things a bit more consistent and predictable for now until able to implement #852 and other changes with later OTP releases. Thanks to @tonnenpinguin and Klaus Grössinger for help identifying this!
- Loading branch information
1 parent
2bd6673
commit 13aadf8
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters