aiosnow
aiosnow copied to clipboard
verify_ssl and use_ssl are always forced to enabled regardless of the specified arguments to the client
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