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

Config error on ssl_ecdh_curve parameters #21

Closed
chaddupuis opened this issue Nov 5, 2018 · 1 comment
Closed

Config error on ssl_ecdh_curve parameters #21

chaddupuis opened this issue Nov 5, 2018 · 1 comment

Comments

@chaddupuis
Copy link

Just FYI, on the config changes for TLS 1.2, TLS 1.3
TLSv1.2 + TLSv1.3 ## # SSL Settings ## ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers 'TLS13+AESGCM+AES128:EECDH+AES128'; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:50m; ssl_session_timeout 1d; ssl_session_tickets off; ssl_ecdh_curve X25519:sect571r1:secp521r1:secp384r1

The last line "ecdh_curve" throws an configuration error in nginx (at least when installing stable on ubuntu 16.04) - something about the wrong number of parameters. The other config set below it on your readme listed for TLS 1.1->1.3 seems to work fine.

@VirtuBox
Copy link
Owner

VirtuBox commented Nov 5, 2018

Hello,
a ; was missing at the end of the line. It's now fixed.

@VirtuBox VirtuBox closed this as completed Nov 5, 2018
@edisoncosta edisoncosta mentioned this issue Mar 20, 2019
2 tasks
@Rar9 Rar9 mentioned this issue Aug 28, 2019
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

No branches or pull requests

2 participants