-
-
Notifications
You must be signed in to change notification settings - Fork 879
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
[warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in [from nginx 1.25.1 onwards] #1593
Comments
Hm isn't that already implemented puppet-nginx/templates/server/server_ssl_settings.erb Lines 4 to 6 in 7f3a8ae
|
I guess the issue is, last release was Jun 26, 2023 |
I was not aware that this was even an option, not sure why my code is even doing this I will investigate .. I will reopen if I can not get this to work .. |
As I pointed out, that feature is not released :/ |
Problem still occurs in the latest version. also with |
@xepa since you have not reopened the issue, have you found a workaround / fix? |
@999faryad it was fixed in #1579, but there hasn't been a release containing this yet. You can use the module from git instead of a release. |
I was using the master .. |
In version 1.25.1 and later http2 directive in listen statement is deprecated, the current method should only change operations if the version of nginx is 1.25.1 or later (older versions MUST retain this method).
For reference please see https://nginx.org/en/docs/http/ngx_http_v2_module.html#http2
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: