From nobody Sun Apr 21 12:13:41 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VMnNQ6hJfz5J5ym for ; Sun, 21 Apr 2024 12:13:42 +0000 (UTC) (envelope-from pkagan@videotron.ca) Received: from alt41.smtp-out.videotron.ca (alt41.smtp-out.videotron.ca [23.233.128.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vl-vm-csp357.ip.videotron.ca", Issuer "int-SNINTCAP1-CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VMnNQ4hqLz55QT for ; Sun, 21 Apr 2024 12:13:42 +0000 (UTC) (envelope-from pkagan@videotron.ca) Authentication-Results: mx1.freebsd.org; none Received: from AWLDM ([173.178.79.2]) by Videotron with ESMTP id yW4irmFt0kyEryW4irzVTX; Sun, 21 Apr 2024 08:13:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=videotron.ca; s=s1; t=1713701620; bh=nbNIIcEaD+hGa+8rMAAzEOPvAb7W6s6QqLF3WHshCQ0=; h=From; b=cAD9ZFb0WiMHVoSyBU0OYcu3MtvyunDE3EfcO82SIw4uePhxZy2IzOXuxuvMIpsIy MBztskUcv0qF7WX2Rht6ZCAmCr6hXzs3MmAA7V2kwsLqGrTwoQv+vUY2z2sqtQdzTb OX5fVWiW8JXutn0oAX8nbmFP79XH9vhRLzZBgozin0rw0jX7T67PYvUe4fLWuo0KMm 9tast+yS+JrXRCixloMnkZ1UJPiBwTcyXDi6/+RDq9HqKUHBFMLBTYjLa3NXYU4dlN PIWl07M2KReAAQI2M3kwnsKx7Asfukcos/d/41/C0nB74xATp3BJuySzC7SUWyD7he 7iyT6vGjDM0Dg== X-ORIG-RCPT: freebsd-questions@freebsd.org,mail@souji-thenria.net X-Authority-Analysis: v=2.4 cv=KeNxshYD c=1 sm=1 tr=0 ts=662502f4 a=8sNthiHmWqMLc6V2qJRLaA==:117 a=8sNthiHmWqMLc6V2qJRLaA==:17 a=8nJEP1OIZ-IA:10 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=3DW5ysfuAAAA:8 a=nfdTsa9rSlkwk1RyRdwA:9 a=wPNLvfGTeEIA:10 a=IjZwj45LgO3ly-622nXo:22 a=fr250BOHKi_Lf9mVLe9j:22 From: "Paul Kagan" To: "'freebsd-questions'" , "'Souji Thenria'" References: <20240421024338.4F7E5891631C@ary.qy> In-Reply-To: Subject: RE: certbot Date: Sun, 21 Apr 2024 08:13:41 -0400 Message-ID: <009a01da93e5$59332990$0b997cb0$@videotron.ca> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHNDf9WFLw/316OumdatfYMj6vz8ALCJgmHAYNf2zkB1Nqkm7Fc215A Content-Language: fr X-CMAE-Envelope: MS4xfG3SDFcY32LAZTrIi5s+WRVJVsYFiMOHtNlqhJ6V9xzlw6WTVxGwvmVCjQYwIajbYXwWojI4TCkGcvGrj28hg3cOiBxa8eZN3smsXkxbtOjTjQTV6x7s HHoqoDPKHXOrowkRCjsEa1mfBfHemss7u5CvPyrcmqLl1Phe9XQuY1f18spgYRq/zt6CnkYgdw3+b8LAG/rMtrE/87Bru5APTwvV3RtET7GijRnMs9RVElme X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:5769, ipnet:23.233.128.0/18, country:CA] X-Rspamd-Queue-Id: 4VMnNQ4hqLz55QT I use certbot on FreeBSD 14 and it works fine there was a thread that I = did that answers this question... just to modify the script to not use the legacy open ssl.. -----Message d'origine----- De=A0: owner-freebsd-questions@FreeBSD.org De la part de Souji Thenria Envoy=E9=A0: samedi 20 avril 2024 23:42 =C0=A0: paul beard ; John Levine Cc=A0: freebsd-questions@freebsd.org Objet=A0: Re: certbot On Sun Apr 21, 2024 at 4:13 AM BST, paul beard wrote: > The question at hand is why OP can't use something as straightforward=20 > as what I run. Why does he need to run it with environment variables=20 > where I don't? FreeBSD 14 uses a newer OpenSSL version, which probably disables some = older algorithms that are needed by certbot. You don't have this problem since you are running FreeBSD 13, which = still uses the older OpenSSL version and supports those algorithms by default.