From owner-freebsd-ports-bugs@freebsd.org Tue Feb 9 10:39:12 2016 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 10BC3AA1A19 for ; Tue, 9 Feb 2016 10:39:12 +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 E689D1D44 for ; Tue, 9 Feb 2016 10:39:11 +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 u19AdBBq043007 for ; Tue, 9 Feb 2016 10:39:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207052] security/py-letsencrypt: letsencrypt-renewal fails after the update to 0.3.0 Date: Tue, 09 Feb 2016 10:39:11 +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: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org 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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Tue, 09 Feb 2016 10:39:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207052 Bug ID: 207052 Summary: security/py-letsencrypt: letsencrypt-renewal fails after the update to 0.3.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: tremere@cainites.net Flags: maintainer-feedback?(koobs@FreeBSD.org) Assignee: koobs@FreeBSD.org I'm running letsencrypt-renewal every night using cron, but after the updat= e to 0.3.0 I'm seeing the following error in my logfile: /usr/local/lib/python2.7/site-packages/requests/packages/urllib3/connection= pool.py:791: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) Traceback (most recent call last): File "/usr/local/bin/letsencrypt-renewer", line 9, in load_entry_point('letsencrypt=3D=3D0.3.0', 'console_scripts', 'letsencrypt-renewer')() File "/usr/local/lib/python2.7/site-packages/letsencrypt/renewer.py", line 203, in main renew(cert, old_version) File "/usr/local/lib/python2.7/site-packages/letsencrypt/renewer.py", line 97, in renew new_certr, new_chain, new_key, _ =3D le_client.obtain_certificate(sans) File "/usr/local/lib/python2.7/site-packages/letsencrypt/client.py", line 264, in obtain_certificate csr =3D crypto_util.init_save_csr(key, domains, self.config.csr_dir) File "/usr/local/lib/python2.7/site-packages/letsencrypt/crypto_util.py", line 78, in init_save_csr csr_pem, csr_der =3D make_csr(privkey.pem, names) File "/usr/local/lib/python2.7/site-packages/letsencrypt/crypto_util.py", line 118, in make_csr value=3D", ".join("DNS:%s" % d for d in domains) File "/usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py", line 651= , in __init__ extension =3D _lib.X509V3_EXT_nconf(_ffi.NULL, ctx, type_name, value) TypeError: initializer for ctype 'char *' must be a str or list or tuple, n= ot unicode This is not a FreeBSD-only issue, since I found the following issue on the letsencrypt github: https://github.com/letsencrypt/letsencrypt/issues/2360 --=20 You are receiving this mail because: You are the assignee for the bug.=