Any reason why passing a domain/username within bigfix.conf wouldn't work?
bigfix.conf:
url = https://1.1.1.1:443
user = foo/bar
password = foobar
And we're getting python urlopen errors:
URLError:
Odd thing is logging in to the web GUI at the same endpoint with the same creds works fine.
I can't say that I've ever tested it that way, but I'm not aware of any issues with doing so and I can't see anything in the code that would make me think that would be the case. I'm not sure if trying to escape any special characters might help. Is there a stacktrace that you could share?