You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2020. It is now read-only.
The current script will give an error when testing a self signed sharepoint site. I can either
A- submit a pull request using this as a hack on all instances of urlopen()
https://stackoverflow.com/questions/19268548/python-ignore-certicate-validation-urllib2
B- submit a pull request that adds a command line argument that allows for bypassing certification checks.
Please advise on your preference.
Using python 2.7.9 (current default version on kali)