PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 12th of March, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:49:59] <cgi> I am setting up a new mongodb server on ubuntu 16.04 - anyone has a good way of installing and configuring two synced mongo db instances?
[00:52:35] <cgi> anyone has experience doing HA mongodb installation?
[00:54:08] <cgi> do i need 3 instances at minimum?
[05:37:32] <pendarsoheil> I am getting the error Hostname: XXX.XXX.XXX.XXX does not match SAN domain.com www.domain.com
[05:37:55] <pendarsoheil> I have checked my CN and my SAN in my certificate. CN matches one item in SAN which is the domain.com and not the www.domain.com
[05:38:20] <pendarsoheil> XXX.XXX.XXX.XXX is the IP Address the A record that domain.com is pointing to. :| what gives?
[05:38:36] <pendarsoheil> What am I missing to get mongo to work?
[05:39:07] <pendarsoheil> If I use --host domain.com:20000 it works but --host replset/domain.com:20000 does not
[05:41:10] <pendarsoheil> So the real question is why my connection string which uses domain.com is being converted into XXX.XXX.XXX.XXX
[08:14:09] <narb_mongo> hello all, I enabled auth on mongodb 3.6. Locally it's connecting, but remotely I cannot. the port is open and I see the log but it failed. any other configuration left?