Skip to content

fix: consistent use of TLS12/TLS13#1296

Draft
mbrandenburger wants to merge 1 commit intohyperledger-labs:mainfrom
mbrandenburger:tls-alignment
Draft

fix: consistent use of TLS12/TLS13#1296
mbrandenburger wants to merge 1 commit intohyperledger-labs:mainfrom
mbrandenburger:tls-alignment

Conversation

@mbrandenburger
Copy link
Copy Markdown
Member

@mbrandenburger mbrandenburger commented Apr 24, 2026

This PR fixes inconsistent use of min/max tls version in TLS configurations which may cause handshake failures.

As aligned with go current defaults we use the following TLS configuration.

MinVersion: tls.VersionTLS12,
MaxVersion: tls.VersionTLS13,

Closes #1297

@mbrandenburger mbrandenburger added this to the 26Q2 milestone Apr 24, 2026
@mbrandenburger mbrandenburger requested a review from adecaro April 24, 2026 14:22
@mbrandenburger mbrandenburger self-assigned this Apr 24, 2026
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
@mbrandenburger mbrandenburger marked this pull request as ready for review April 24, 2026 14:27
Copy link
Copy Markdown
Contributor

@adecaro adecaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mbrandenburger mbrandenburger marked this pull request as draft April 24, 2026 19:48
@mbrandenburger
Copy link
Copy Markdown
Member Author

Blocked until #1298 is completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent TLS configuration

2 participants