nahamsec / JSParser

783 stars 178 forks source link

SSL Certificate problem #49

Open w1th0ut opened 3 years ago

w1th0ut commented 3 years ago
ERROR:tornado.application:Uncaught exception POST /parse/ajax (::1)
HTTPServerRequest(protocol='http', host='localhost:8008', method='POST', uri='/parse/ajax', version='HTTP/1.1', remote_ip='::1')
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\tornado\web.py", line 1590, in _execute
    result = method(*self.path_args, **self.path_kwargs)
  File ".\handler.py", line 199, in post
    data = self.parseLinks(url, headers)
  File ".\handler.py", line 185, in parseLinks
    file = self.fetchURL(url, headers)
  File ".\handler.py", line 180, in fetchURL
    res = sc.execute(url)
  File "D:\tools\src\JSParser\safeurl.py", line 712, in execute
    self._handle.perform()
error: (60, 'SSL certificate problem: unable to get local issuer certificate')
ERROR:tornado.access:500 POST /parse/ajax (::1) 1242.00ms

I run it on Windows, any solution? I tried on https website.