Всем привет! В nexus создал nuget proxy. Через cli когда делаю "nuget sources Add -Name "SomeFeed" -Source "your nuget feed" -Username someuser -password somepassword -StorePasswordInClearText" после nuget install newtonsoft.json получаю такую ошибку "WARNING: Error: SecureChannelFailure (The authentication or decryption has failed.)
WARNING: An error occurred while loading packages from '
https://registry.domen.com/repository/nuget-proxy/': Error: SecureChannelFailure (The authentication or decryption has failed.)
Unable to find package 'newtonsoft.json'."
Может что то еще надо в nexus подкрутить ?