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

Fix “ssl” Directive Is Deprecated #1005

Merged
merged 1 commit into from Jan 19, 2022

Conversation

SomeBTChomer
Copy link
Contributor

Fix “ssl” Directive Is Deprecated, Use “listen … ssl”

The deprecation warning tells you to reconfigure your SSL settings. In nginx 1.10 (and below) you configured SSL using the ssl on;
This setting changed in nginx 1.12 (and above). You now need to configure SSL in the same line as the listen statement.

Simple fix. Remove the "ssl on" completely

Thanks for the otherwise great tutorial, everything worked out fine after this simple fix!

Fix “ssl” Directive Is Deprecated, Use “listen … ssl”

The deprecation warning tells you to reconfigure your SSL settings. In nginx 1.10 (and below) you configured SSL using the ssl on;
This setting changed in nginx 1.12 (and above). You now need to configure SSL in the same line as the listen statement. 

Simple fix. Remove the "ssl on" completely

Thanks for the otherwise great tutorial, everything worked out fine after this simple fix!
Copy link
Member

@dennisreimann dennisreimann left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@dennisreimann dennisreimann merged commit fc7752d into btcpayserver:master Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants