mongodb http interface authentication -


i have little problem mongodb: when connect http interface have no problems, if try connect after enabling authentication browser ask me username , password. far it's correct, if try log in users have created (one root on admin db, 1 useradminanydatabase on admin , 1 dbowner on personal db) neither of them allows me access! know why? thanks

i'll start usual caveat should not use http interface on production system, ever - turn off prod. said, using mongodb 3.0 (and in particular scram sha-1 credentials)?

the http interface not support auth method, per page linked:

neither http status interface nor rest api support scram-sha-1 challenge-response user authentication mechanism introduced in version 3.0.

hence, use auth interface have make sure using 2.6 or @ least 2.6 style credentials.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -