rbw / aiosnow

Asynchronous ServiceNow Library
MIT License
73 stars 12 forks source link

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

Open EnderShadow opened 1 year ago

EnderShadow commented 1 year ago

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