From owner-freebsd-ports-bugs@freebsd.org Mon Oct 26 09:10:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA487A1C073 for ; Mon, 26 Oct 2015 09:10:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A51DE123E for ; Mon, 26 Oct 2015 09:10:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9Q9ATYt001242 for ; Mon, 26 Oct 2015 09:10:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204026] [ports-mgmt/freebsd-bugzilla-cli]: Add ca_root_nss dependency Date: Mon, 26 Oct 2015 09:10:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: garga@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pgollucci@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 09:10:29 -0000 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 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: -- You are receiving this mail because: You are the assignee for the bug.