Nikunj Patel

Results 4 comments of Nikunj Patel

Thank you @CalypsoSys for answer :- > Client > NetworkDelayms = 5000 > URLPrefix = wsman > AllowUnencrypted = false > Auth > Basic = false > Digest = true...

@masterzen When I try to make multiple connection ( concurrently without NTLM using normal Winrm ) on same windows machine, I am able to do so. But when I try...

> I have traced the code to > > https://github.com/masterzen/winrm/blob/807053a1bcb92228b78594f11403cb140399ea81/encryption.go#L115 > > and then the code in github.com/bodgit/ntlmssp https://github.com/bodgit/ntlmssp/blob/9c8ca384e779e74e9834e66000103151f33e2b33/http/client.go#L179 > > it actually makes it through to then end, but...

> @NikunjPatel31 - new information from @bodgit - trying those now see [bodgit/ntlmssp#51](https://github.com/bodgit/ntlmssp/issues/51) > > The mutex statement was more around what I was trying to figure out where the...