From liste@gelpi.it Mon Jun 22 15:31:22 2020 From: Gelpi Andrea To: mailman-users@mailman3.org Subject: [MM3-users] HyperKitty failure Date: Mon, 22 Jun 2020 17:31:13 +0200 Message-ID: <21640625-5ee8-8e76-f0c5-546f1cc855b7@gelpi.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4355519389208447330==" --===============4355519389208447330== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, in mailman log I found: Jun 20 17:36:49 2020 (1269) HyperKitty failure on http://localhost/mailman3/hyperkitty/api/mailman/urls: Forbidden

Access is forbidden

(403) Jun 20 17:36:49 2020 (1263) HyperKitty failure on http://localhost/mailman3/hyperkitty/api/mailman/archive: (405) Jun 20 17:36:49 2020 (1263) Exception in the HyperKitty archiver: Jun 20 17:36:49 2020 (1263) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message url = self._send_message(mlist, msg) File "/usr/lib/python3/dist-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message raise ValueError(result.text) ValueError And checking archive list I notice nothing has been added. Is it a permission issue (where?) or something else? Thanks in advance. -- Gelpi ing. Andrea -------------------------------------------------------------- It took the computing power of three C-64s to fly to the Moon. It takes a 486 to run Windows 95. Something is wrong here. -------------------------------------------------------------- --===============4355519389208447330==-- From kelly.close@lrewater.com Mon Jun 22 19:08:34 2020 From: kelly.close@lrewater.com To: mailman-users@mailman3.org Subject: [MM3-users] Re: HyperKitty failure Date: Mon, 22 Jun 2020 19:08:30 +0000 Message-ID: <159285291046.4509.12817843997053526080@mailman.iad1.psf.io> In-Reply-To: <21640625-5ee8-8e76-f0c5-546f1cc855b7@gelpi.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7948687880579961176==" --===============7948687880579961176== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I ran into this same error over the weekend and posted this fix - hopefully i= t will help you! https://lists.mailman3.org/archives/list/mailman-users(a)ma= ilman3.org/message/QSTLNQAMCRD7CHJSMJESV2BTXP4MCAYC/ Be sure also that you've addressed the other possiblitites: matching api_key/= ARCHIVER_KEY, the base URL and ARCHIVER_FROM, and allowed hosts. But for me = all those things were fine, but I think because I used certbot to install SSL= certificates after I had already set up the mailman3 server, and I accepted = the certbot "redirect everything" option, localhost conversations with hyperk= itty were getting blocked. Good luck. --===============7948687880579961176==-- From kelly.close@lrewater.com Mon Jun 22 19:12:51 2020 From: kelly.close@lrewater.com To: mailman-users@mailman3.org Subject: [MM3-users] Re: HyperKitty failure Date: Mon, 22 Jun 2020 19:12:48 +0000 Message-ID: <159285316813.4513.10583265705105776632@mailman.iad1.psf.io> In-Reply-To: <159285291046.4509.12817843997053526080@mailman.iad1.psf.io> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8942320693754868055==" --===============8942320693754868055== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Just a quick qualifier regarding this post - I tried to reference those envir= onment variables from memory and missed. MAIL_FROM is what I meant by "archi= ver_from" - sorry for any confusion. --===============8942320693754868055==-- From liste@gelpi.it Tue Jun 23 10:12:43 2020 From: Gelpi Andrea To: mailman-users@mailman3.org Subject: [MM3-users] Re: HyperKitty failure Date: Tue, 23 Jun 2020 12:12:34 +0200 Message-ID: <221a8e53-25fd-6b46-5cb2-dbb45430d257@gelpi.it> In-Reply-To: <159285291046.4509.12817843997053526080@mailman.iad1.psf.io> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7985122531821704077==" --===============7985122531821704077== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Il 22/06/20 21:08, kelly.close(a)lrewater.com ha scritto: > I ran into this same error over the weekend and posted this fix - hopefully= it will help you! https://lists.mailman3.org/archives/list/mailman-users(a)= mailman3.org/message/QSTLNQAMCRD7CHJSMJESV2BTXP4MCAYC/ >=20 > Be sure also that you've addressed the other possiblitites: matching api_ke= y/ARCHIVER_KEY, the base URL and ARCHIVER_FROM, and allowed hosts. But for m= e all those things were fine, but I think because I used certbot to install S= SL certificates after I had already set up the mailman3 server, and I accepte= d the certbot "redirect everything" option, localhost conversations with hype= rkitty were getting blocked. Good luck. > _______________________________________________ > Mailman-users mailing list -- mailman-users(a)mailman3.org > To unsubscribe send an email to mailman-users-leave(a)mailman3.org > https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ >=20 Thank You so much. Adding the virtual host solved the problem. --=20 Gelpi ing. Andrea -------------------------------------------------------------- It took the computing power of three C-64s to fly to the Moon. It takes a 486 to run Windows 95. Something is wrong here. -------------------------------------------------------------- --===============7985122531821704077==-- From mark@msapiro.net Wed Jun 24 14:17:20 2020 From: Mark Sapiro To: mailman-users@mailman3.org Subject: [MM3-users] Re: HyperKitty failure Date: Wed, 24 Jun 2020 07:17:09 -0700 Message-ID: <5246b7bf-aa48-6b2b-689c-1255c9052f7a@msapiro.net> In-Reply-To: <221a8e53-25fd-6b46-5cb2-dbb45430d257@gelpi.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5856226719433916915==" --===============5856226719433916915== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable See my reply at https://lists.mailman3.org/archives/list/mailman-users(a)mailman3.org/message= /U2ZP7MEVLDVOQP4F7KC3IBV6QYDOZINM/ for the preferred way to fix this. --=20 Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan --===============5856226719433916915==--