Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 09:10:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204026] [ports-mgmt/freebsd-bugzilla-cli]: Add ca_root_nss dependency
Message-ID:  <bug-204026-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204026

            Bug ID: 204026
           Summary: [ports-mgmt/freebsd-bugzilla-cli]: Add ca_root_nss
                    dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgollucci@FreeBSD.org
          Reporter: garga@FreeBSD.org
          Assignee: pgollucci@FreeBSD.org
             Flags: maintainer-feedback?(pgollucci@FreeBSD.org)

Created attachment 162458
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162458&action=edit
Add ca_root_nss as dependency

HTTPS certificate cannot be validated without this port:

% bz login
 * Using https://bugs.freebsd.org/bugzilla/xmlrpc.cgi
 * Logging in
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/urllib/request.py", line 1182, in do_open
    h.request(req.get_method(), req.selector, req.data, headers)
  File "/usr/local/lib/python3.4/http/client.py", line 1088, in request
    self._send_request(method, url, body, headers)
  File "/usr/local/lib/python3.4/http/client.py", line 1126, in _send_request
    self.endheaders(body)
  File "/usr/local/lib/python3.4/http/client.py", line 1084, in endheaders
    self._send_output(message_body)
  File "/usr/local/lib/python3.4/http/client.py", line 922, in _send_output
    self.send(msg)
  File "/usr/local/lib/python3.4/http/client.py", line 857, in send
    self.connect()
  File "/usr/local/lib/python3.4/http/client.py", line 1231, in connect
    server_hostname=server_hostname)
  File "/usr/local/lib/python3.4/ssl.py", line 365, in wrap_socket
    _context=self)
  File "/usr/local/lib/python3.4/ssl.py", line 583, in __init__
    self.do_handshake()
  File "/usr/local/lib/python3.4/ssl.py", line 810, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:600)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/bugz", line 70, in <module>
    sys.exit(main())
  File "/usr/local/bin/bugz", line 51, in main
    args.func(bugz, args)
  File "/usr/local/lib/python3.4/site-packages/bugz/cli.py", line 200, in login
    self.bz.User.login(params)
  File "/usr/local/lib/python3.4/xmlrpc/client.py", line 1098, in __call__
    return self.__send(self.__name, args)
  File "/usr/local/lib/python3.4/xmlrpc/client.py", line 1437, in __request
    verbose=self.__verbose
  File "/usr/local/lib/python3.4/site-packages/bugz/bugzilla.py", line 45, in
request
    resp = self.opener.open(req)
  File "/usr/local/lib/python3.4/urllib/request.py", line 463, in open
    response = self._open(req, data)
  File "/usr/local/lib/python3.4/urllib/request.py", line 481, in _open
    '_open', req)
  File "/usr/local/lib/python3.4/urllib/request.py", line 441, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python3.4/urllib/request.py", line 1225, in https_open
    context=self._context, check_hostname=self._check_hostname)
  File "/usr/local/lib/python3.4/urllib/request.py", line 1184, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:600)>

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204026-13>