Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication fails with 401 #14

Open
vk18vk opened this issue Jun 27, 2018 · 1 comment
Open

Authentication fails with 401 #14

vk18vk opened this issue Jun 27, 2018 · 1 comment

Comments

@vk18vk
Copy link

vk18vk commented Jun 27, 2018

Authentication fails while using package for NTLM authentication. But the strange thing here is authentication do passes sometimes after many requests. Say for example after 5 or 10 requests, that means authentication happens at random trials.
Is there anything to be changed from client end

@ivandeex
Copy link

ivandeex commented Feb 23, 2021

This happened for us if go-ntlmssp is used from several goroutines. See rclone/rclone#2921 (comment). We solved this by guarding Negotiator.RoundTrip calls with a mutex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants