PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 7th of June, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[19:30:19] <jaraco> Is it possible to connect to MongoDB with mongo shell using SRV records without SSL?
[19:31:36] <jaraco> I tried `mongo 'mongodb+srv://data.contoso.com/mydb&ssl=false'`, but mongo escapes and treats as literals the `&` and `=` symbols.
[19:32:40] <jaraco> https://www.irccloud.com/pastebin/jG15HUah/
[19:57:26] <jaraco> oh, duh. It’s `?` not `&`.