sparty icon indicating copy to clipboard operation
sparty copied to clipboard

SSL Error on testing self signed sites

Open JamesHovious opened this issue 10 years ago • 1 comments

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)

JamesHovious avatar Oct 28 '15 05:10 JamesHovious

I think the more general solution of 'B' would probably be more appropriate. I'm not really actively using/maintaining this script though. I'm not sure if @adityaks is/plans to over at https://github.com/adityaks/sparty ?

0xdevalias avatar Nov 24 '15 03:11 0xdevalias