Hi All Upgrading on prem from 9.3 to 9.4 and getting this error on mongod which Iv never had before: The server certificate does not match the host name. Hostname: 127.0.0.1 does not match SAN(s): This makes sense since I am using a custom cert and 127.0.0.1 isnt on it, the cert is a wildcard cert I use internally so messing with the hosts file wont work, is there a way to get mongod to either ignore the cer SAN's or to change the connect string for mongo so that its connecting to the FQDN rather than 127.0.0.1
... View more