Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverseproxy: Adjust new TLS Caddyfile directive names #4872

Merged
merged 1 commit into from Jul 8, 2022

Conversation

francislavoie
Copy link
Member

@francislavoie francislavoie commented Jul 8, 2022

We recently merged PRs #4784 and #4843 to add renegotiation and except_ports. Both of these are actually options inside of the TLS struct, so they should be prefixed with tls_ for the Caddyfile config.

I also just moved around the cases in the switch to better align with the documentation and order of the options.

We recently merged PRs to add `renegotiation` and `except_ports`. Both of these are actually options inside of the `TLS` struct, so they should be prefixed with `tls_`.
@francislavoie francislavoie requested a review from mholt July 8, 2022 08:15
@francislavoie francislavoie added the feature ⚙️ New feature or request label Jul 8, 2022
@francislavoie francislavoie added this to the v2.5.2 milestone Jul 8, 2022
Copy link
Member

@mholt mholt left a comment

Choose a reason for hiding this comment

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

Good catch. Thanks, appreciate the consistency here.

@francislavoie francislavoie merged commit 54d1923 into master Jul 8, 2022
@francislavoie francislavoie deleted the caddyfile-fix-transport-opts branch July 8, 2022 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ⚙️ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants