Skip to content

hotfix: add allowTLSRenegotiationOnce - #347

Draft
cb80 wants to merge 1 commit into
mainfrom
tls
Draft

hotfix: add allowTLSRenegotiationOnce#347
cb80 wants to merge 1 commit into
mainfrom
tls

Conversation

@cb80

@cb80 cb80 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

AllowTLSRenegotiationOnce enables TLS renegotiation as a client. When true, sets tls.Config.Renegotiation to tls.RenegotiateOnceAsClient, allowing exactly one renegotiation per connection. This is required by some identity providers. Default is false (tls.RenegotiateNever).

@cb80 cb80 self-assigned this Aug 17, 2026
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 894b2919-2015-453a-bdad-3e2b690a6ebb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cb80 cb80 changed the title feat: add allowTLSRenegotiationOnce hotfix: add allowTLSRenegotiationOnce Aug 17, 2026
bkieling
bkieling previously approved these changes Aug 17, 2026
Signed-off-by: Chris Burkert <burkert.chris@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants