rest-client icon indicating copy to clipboard operation
rest-client copied to clipboard

Fix exception handling when SSL certificate can't be verified.

Open rmilkowski opened this issue 4 years ago • 0 comments

Without the fix FlashArray() call fails with:

... File ".../.venv/lib64/python3.6/site-packages/purestorage/purestorage.py", line 169, in _request raise PureError(err.message) AttributeError: 'SSLError' object has no attribute 'message'

rmilkowski avatar Mar 20 '20 12:03 rmilkowski