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

Option to select HTTP version #98

Open
malthe opened this issue Aug 17, 2022 · 1 comment
Open

Option to select HTTP version #98

malthe opened this issue Aug 17, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@malthe
Copy link
Contributor

malthe commented Aug 17, 2022

In Caddy, we can disable HTTP2 using:

tls {
    alpn http/1.1
}

See caddyserver/caddy#189 (comment).

How can this be achieved with the ingress controller?

@Embraser01
Copy link
Member

It's not possible to do this out of the box (without a plugin) at this moment. It could be added as a field in the config map

@Embraser01 Embraser01 added the enhancement New feature or request label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants