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(Server): set tls.DEFAULT_ECDH_CURVE to 'auto' #1531

Merged
merged 2 commits into from Oct 23, 2018

Commits on Oct 19, 2018

  1. fix(Server): Set tls.DEFAULT_ECDH_CURVE to 'auto'

    The default value of tls.DEFAULT_ECDH_CURVE is 'prime256v1',
    it breaks the connection when certificate is not compatible
    with the default curve since node 8.6.0.
    
    To fix this issue, we need set it to 'auto', makes OpenSSL
    select the curve automatically.
    nekolab committed Oct 19, 2018
    Copy the full SHA
    6872213 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Copy the full SHA
    78f5452 View commit details
    Browse the repository at this point in the history