-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Using ssl_port without ssl => true makes module fail silently #1015
Comments
I'm not sure if this is the right fix, but I'm proposing one in #1022 |
wyardley
added a commit
that referenced
this issue
Apr 13, 2017
warn if $ssl=false but $ssl_port == $listen_port (#1015)
#1022 has been merged; hopefully this is sufficient. |
cegeka-jenkins
pushed a commit
to cegeka/puppet-nginx
that referenced
this issue
Sep 13, 2019
cegeka-jenkins
pushed a commit
to cegeka/puppet-nginx
that referenced
this issue
Sep 13, 2019
warn if $ssl=false but $ssl_port == $listen_port (voxpupuli#1015)
Rubueno
pushed a commit
to Rubueno/puppet-nginx
that referenced
this issue
Oct 19, 2020
Rubueno
pushed a commit
to Rubueno/puppet-nginx
that referenced
this issue
Oct 19, 2020
warn if $ssl=false but $ssl_port == $listen_port (voxpupuli#1015)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
This creates .conf in /etc/nginx/sites-enabled which only contains:
What behaviour did you expect instead
Any kind of error message.
The text was updated successfully, but these errors were encountered: