noSecureRequestError top-level constant

String const noSecureRequestError

Implementation

const noSecureRequestError = 'The socket connection has been reset by peer.'
    '\nPossible causes:'
    '\n- Trying to connect to an ssl/tls encrypted database without specifying'
    '\n  either the query parm tls=true '
    'or the secure=true parameter in db.open()'
    '\n- The server requires a key certificate from the client, '
    'but no certificate has been sent'
    '\n- Connecting to Atlas, when you have concurrent request. '
    'Try to use the connection parameter "safeAtlas=true"'
    '\n- Others';