Discussion:
[mongodb-user] Installation of MongoDB Charts with SSL
Annamaria Petreus
2018-11-30 11:36:17 UTC
Permalink
Hello,

I am having trouble installing MongoDB Charts for a MongoDB with SSL

Testing a Connection String URI of the form
mongodb://user:***@myhost.com/admin?ssl=true fails. All certificates
are stored under /root/mongodb-charts/volumes/db-certs. ()

MongoDB accepts the connection, but throws a SSLHandshakeFailed Error. Here
are the logs of MongDB:

2018-11-30T10:34:23.965+0000 I NETWORK [listener] connection accepted from
13.95.175.24:38644 #59594 (49 connections now open)
2018-11-30T10:34:23.968+0000 E NETWORK [conn59594] no SSL certificate
provided by peer; connection rejected
2018-11-30T10:34:23.968+0000 I NETWORK [conn59594] Error receiving request
from client: SSLHandshakeFailed: SSLHandshakeFailed. Ending connection from
13.95.175.24:38644 (connection id: 59594)
2018-11-30T10:34:23.968+0000 I NETWORK [conn59594] end connection
13.95.175.24:38644 (48 connections now open)
2018-11-30T10:34:23.981+0000 I NETWORK [listener] connection accepted from
13.95.175.24:38646 #59595 (49 connections now open)
2018-11-30T10:34:23.984+0000 E NETWORK [conn59595] no SSL certificate
provided by peer; connection rejected
2018-11-30T10:34:23.984+0000 I NETWORK [conn59595] Error receiving request
from client: SSLHandshakeFailed: SSLHandshakeFailed. Ending connection from
13.95.175.24:38646 (connection id: 59595)
2018-11-30T10:34:23.984+0000 I NETWORK [conn59595] end connection
13.95.175.24:38646 (48 connections now open)

Is there anything else that should be taken into account when testing the
Connection String URI with docker run --rm quay.io/mongodb/charts:v0.10.0
charts-cli test-connection mongodb://user:***@myhost.com/admin?ssl=true

Thank you in advance!

Annamaria
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/ed0c5875-c15f-43ed-8d77-d0e0be12ae7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Tom Hollander' via mongodb-user
2018-12-03 22:00:38 UTC
Permalink
This post might be inappropriate. Click to display it.
Loading...