kytos-ng / documentation

Main project documentation

Home Page:https://docs.kytos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kytos napps install kytos/<napp> results in SSL certificate error

viniarck opened this issue · comments

Some FIU students have reported this issue, it turns out that https://napps.kytos.io/ certificate has been expirated, so this part of setting installing a NApp doesn't work, since our team doesn't expect to maintain this server, I think we should update the docs to install the NApp from the filesystem instead. Also the git clone commands are still using the old repos.

    package_filename = urllib.request.urlretrieve(self.package_url)[0]
  File "/usr/lib/python3.9/urllib/request.py", line 239, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.9/urllib/request.py", line 517, in open
    response = self._open(req, data)
  File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.9/urllib/request.py", line 1389, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
 failed: certificate has expired (_ssl.c:1123)>

closing this issue since we're recommending to install directly from GitHub for now as documented in the tutorials.

marked with wontfix for now