We try to set up a Sonatype Nexus3 repository for our nuget packages. Because the repo should be accessable from the internet (external developers), we disabled anonymous access and configured LDAP realm (Active Directory).
The developers could login to the web UI and serch for nuget artifacts. But if they try to get packages with Visual Studio, it fails with "404" error. No credential window is shown (or something else).
nuget package explorer fails with "401" error.
How can I get Nexus3 running with Visual Studio (2013/15)?