MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
90 stars 60 forks source link

Disable SSL Certificate verification #131

Closed jonjones76 closed 1 year ago

jonjones76 commented 1 year ago

Hi,

In misc.py there is a comment that states "If you trust the URL provided please specify parameter 'ssl_verify' to 'False' in the 'Connection' class." This parameter doesn't exist. Has it been renamed or is there another way of doing it"

xdumstr commented 1 year ago

@jonjones76 The parameter is still there. https://github.com/MicroStrategy/mstrio-py/blob/b124f47b1124e37816d5b648619910957cb1931a/mstrio/connection.py#L145-L157

jonjones76 commented 1 year ago

Thanks for confirming. Looks like I was looking in the wrong connection class. Cheers