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]
>

Reply via email to