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

Added missed ssl options for ciphers and ecdhCurve #1579

Merged
merged 1 commit into from
Dec 4, 2017

Conversation

newsiberian
Copy link

Hi, this is related with this and this.

In short, is it currently impossible to do ssl handshake with mongos/mongod if it is used certificate with ECDH curve. This is due to recently added ecdhCurve ssl option to nodejs. Here we are passing this option and cipher option to mongodb-core

Also, I was faced with Promise error about missed return statement while runned tests.

…blish ssl handshake with mongo server which is used certificate with ECDH curve;
@daprahamian daprahamian merged commit bd4fb53 into mongodb:2.2 Dec 4, 2017
daprahamian added a commit that referenced this pull request Dec 4, 2017
…dhCurve`

Adds missingssl options that are required for mongodb-core to establish
ssl handshake with mongo server which is used certificate with ECDH curve

Ports #1579 to 3.0.0
Adds missingssl options that are required for mongodb-core to establish
ssl handshake with mongo server which is used certificate with ECDH curve
daprahamian added a commit that referenced this pull request Dec 4, 2017
…dhCurve`

Adds missingssl options that are required for mongodb-core to establish
ssl handshake with mongo server which is used certificate with ECDH curve

Ports #1579 to 3.0.0
daprahamian added a commit that referenced this pull request Dec 5, 2017
…dhCurve`

Adds missingssl options that are required for mongodb-core to establish
ssl handshake with mongo server which is used certificate with ECDH curve

Ports #1579 to 3.0.0
mbroadst pushed a commit that referenced this pull request Dec 5, 2017
…dhCurve`

Adds missingssl options that are required for mongodb-core to establish
ssl handshake with mongo server which is used certificate with ECDH curve

Ports #1579 to 3.0.0
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.

2 participants