You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to follow the instructions of the configuration I created, but sudo nginx -t failed in Certbot step after "Comment out SSL related directives in the configuration". I'm using the latest nginx version, and the problem is it doesn't support "ssl" directive since 1.25.1: http://nginx.org/en/CHANGES
Everything works fine when I skip "Comment" & "Uncomment SSL related directives" instructions.
"Commenting out SSL related directives" step should be hidden as legacy or removed.
The "listen ... http2" directive should be probably considered to have the same destiny: it's still supported, but is deprecated.
Screenshots
The text was updated successfully, but these errors were encountered:
Information
nginx/1.25.3
https://whatismybrowser.com/w/AYNKTC6
Details
Config setup fails on latest nginx versions
Description
I tried to follow the instructions of the configuration I created, but
sudo nginx -t
failed in Certbot step after "Comment out SSL related directives in the configuration". I'm using the latest nginx version, and the problem is it doesn't support "ssl" directive since 1.25.1: http://nginx.org/en/CHANGESEverything works fine when I skip "Comment" & "Uncomment SSL related directives" instructions.
Steps to reproduce
Expected behavior
"Commenting out SSL related directives" step should be hidden as legacy or removed.
The "listen ... http2" directive should be probably considered to have the same destiny: it's still supported, but is deprecated.
Screenshots
The text was updated successfully, but these errors were encountered: