robotframework-sudslibrary icon indicating copy to clipboard operation
robotframework-sudslibrary copied to clipboard

ValueError: AbstractBasicAuthHandler does not support the following scheme: 'Negotiate'

Open eskape opened this issue 3 years ago • 0 comments

Hi Kevin,

Thanks for keeping this up.

We are using robotframework-sudslibrary library with a remote WSDL. We are using the Create Soap Client keyword and pass the following arguments:

  • url
  • username
  • password

Unfortunately we are getting the following error. ValueError: AbstractBasicAuthHandler does not support the following scheme: 'Negotiate'

Can you help us find a solution to connect using the (basic auth protected) WSDL?

eskape avatar Mar 16 '21 16:03 eskape