Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Certificate problem #49

Open
w1th0ut opened this issue May 7, 2021 · 0 comments
Open

SSL Certificate problem #49

w1th0ut opened this issue May 7, 2021 · 0 comments

Comments

@w1th0ut
Copy link

w1th0ut commented May 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant