aiosnow icon indicating copy to clipboard operation
aiosnow copied to clipboard

verify_ssl and use_ssl are always forced to enabled regardless of the specified arguments to the client

Open EnderShadow opened this issue 1 year ago • 0 comments

As seen on the below referenced line, the or true part forces it to true if it's set to false. Removing the or true part in my local environment resolved the issue, although it then required it to be set.

https://github.com/rbw/aiosnow/blob/ae362b9238461d1823f1fc3564578832c899ea04/aiosnow/client.py#L45

EnderShadow avatar Apr 17 '23 17:04 EnderShadow