Discussion:
[mongodb-user] [Atlas | Python] no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.
Lorenzo Carnevale
2018-10-17 14:50:54 UTC
Permalink
Hello everybody,

I am using a Free Tier on MongoDB Atlas and performing the connection with
a Python script (pymongo 3.7.2).

Using the URL provided by the user interface I am encountering the
following error:

no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.


Any idea how to resolve it? Googling it there are different posts without a
solution.

Best,
Lorenzo.
--
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/4e1e473d-d5ec-4c7b-afaf-4066c7e00f83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Bernie Hackett' via mongodb-user
2018-10-18 05:04:45 UTC
Permalink
You have to use a version of Python that supports SNI (2.7.9+).

https://api.mongodb.com/python/current/atlas.html
Post by Lorenzo Carnevale
Hello everybody,
I am using a Free Tier on MongoDB Atlas and performing the connection with
a Python script (pymongo 3.7.2).
Using the URL provided by the user interface I am encountering the
no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.
Any idea how to resolve it? Googling it there are different posts without
a solution.
Best,
Lorenzo.
--
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/f4f524bd-8f20-43c9-bf76-4f5bf476d1f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Lorenzo Carnevale
2018-10-18 07:04:41 UTC
Permalink
The python version installed in the machine is 2.7.6.
Unfortunately, I can not install packages in that machine.

Thanks,
Lorenzo.
Post by 'Bernie Hackett' via mongodb-user
You have to use a version of Python that supports SNI (2.7.9+).
https://api.mongodb.com/python/current/atlas.html
Post by Lorenzo Carnevale
Hello everybody,
I am using a Free Tier on MongoDB Atlas and performing the connection
with a Python script (pymongo 3.7.2).
Using the URL provided by the user interface I am encountering the
no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.
Any idea how to resolve it? Googling it there are different posts without
a solution.
Best,
Lorenzo.
--
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/b2daf9f9-3835-417f-9202-9dede0a22b69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...