Thanks for the feedback! On Sep 19, 2018 03:14, "Groach" <groachmail-stopspammin...@yahoo.com> wrote:
Thanks Kevin Both of my installations had stopped updating since 11th September due to this. Now the updates are working again. >From this: 11th Sep 20:00:26.57 Performing Spamassassin Update check... Update available for channel updates.spamassassin.org: 1840397 -> 1840441 http: (lwp) GET http://spamassassin.apache.org/updates/MIRRORED.BY, 500 SSL negotiation failed: Update failed, exiting with code 4 to this: 20:00:35.98 Performing Spamassassin Update check... Update available for channel updates.spamassassin.org: 1840397 -> 1841055 http: (lwp) GET http://spamassassin.apache.org/updates/MIRRORED.BY, 200 OK http: (lwp) GET http://sa-update.verein-clean.net/1841055.tar.gz, 200 OK http: (lwp) GET http://sa-update.verein-clean.net/1841055.tar.gz.sha1, 200 OK Update was available, and was downloaded and installed successfully Im sure many others would have been suffering too. Thanks again. On 18/09/2018 18:24, Kevin A. McGrail wrote: Thanks. Had to add the path but now http://spamassassin.apache.org/updates/MIRRORED.BY is exempted from SSL redirection. This will help with older clients. -- Kevin A. McGrail VP Fundraising, Apache Software Foundation Chair Emeritus Apache SpamAssassin Project https://www.linkedin.com/in/kmcgrail - 703.798.0171 On Tue, Sep 18, 2018 at 8:22 AM Henrik K <h...@hege.li> wrote: > > On Tue, Sep 18, 2018 at 07:41:09AM -0400, Kevin A. McGrail wrote: > > Hi Bill, I think it might be an older wget or LWP or what not that can't > > deal with MIRRORED.BY being https. Michael from linuxmagic also > > reported a similar issue. > > > > Can anyone help with a .htaccess that exempts the MIRRORED.BY? > > > > Current lines: > > > > RewriteEngine On > > RewriteCond %{SERVER_PORT} 80 > > Add here > RewriteCond %{REQUEST_URI} !^/MIRRORED\.BY$ > > > RewriteRule ^(.*)$ https://spamassassin.apache.org/$1 [R,L] >