Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-13005

MongoDump on server with SSL enabled not able to connect to non ssl server

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Tools
    • Labels:
      None
    • ALL

      I have a mongo server with ssl enabled. On this server I want to import data that is present on another server. So I want to mongodump and them mongorestore the data. Here is the mongodump command I ran

      mongodump -h <host> -d <db> -u <user> -p <pass>.

      I always see the following error
      assertion: 18

      { code: 18, ok: 0.0, errmsg: "auth fails" }

      I was able to run this command fine on other servers.

            Assignee:
            spencer@mongodb.com Spencer Brody (Inactive)
            Reporter:
            dharshanr@scalegrid.net Dharshan Rangegowda
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: