You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Groach <gr...@yahoo.com> on 2018/09/19 07:14:31 UTC

***UNCHECKED*** Re: SpamAssassin 3.4.2. - err.h requirement

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) GEThttp://spamassassin.apache.org/updates/MIRRORED.BY, 200 OK
http: (lwp) GEThttp://sa-update.verein-clean.net/1841055.tar.gz, 200 OK
http: (lwp) GEThttp://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 <hege@hege.li 
> <ma...@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 <http://MIRRORED.BY> being https.  Michael
>     from linuxmagic also
>     > reported a similar issue.
>     >
>     > Can anyone help with a .htaccess that exempts the MIRRORED.BY
>     <http://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]
>


Re: ***UNCHECKED*** Re: SpamAssassin 3.4.2. - err.h requirement

Posted by "Kevin A. McGrail" <km...@apache.org>.
Thanks for the feedback!

On Sep 19, 2018 03:14, "Groach" <gr...@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 <he...@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]
>