You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2020/07/16 04:36:07 UTC

[Bug 7841] New: misconfigured redirect for https://www.spamassassin.org/

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7841

            Bug ID: 7841
           Summary: misconfigured redirect for
                    https://www.spamassassin.org/
           Product: Spamassassin
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Website/Infrastructure
          Assignee: dev@spamassassin.apache.org
          Reporter: frodo@morgul.net
  Target Milestone: Undefined

http://www.spamassassin.org redirects to http://spamassassin.apache.org/ as
expected. However, https://www.spamassassin.org/ does not. Instead, it presents
a cert with CN=*.openoffice.org and serves the https://www.openoffice.org/ site
content. I'd expect the https site to behave like the http site and redirect to
https://spamassassin.apache.org/

$ curl -I http://www.spamassassin.org/                                         
                                    9:28PM; 0 jobs; 0
HTTP/1.1 301 Moved Permanently
Date: Thu, 16 Jul 2020 04:30:03 GMT
Server: Apache/2.4.18 (Ubuntu)
Location: http://spamassassin.apache.org/
Content-Type: text/html; charset=iso-8859-1

$ curl -k -I https://www.spamassassin.org/ 
HTTP/1.1 200 OK
Date: Thu, 16 Jul 2020 04:30:32 GMT
Server: Apache/2.4.18 (Ubuntu)
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Type: text/html

$ openssl s_client -connect https://www.spamassassin.org/
139877482083584:error:2008F002:BIO routines:BIO_lookup_ex:system
lib:../crypto/bio/b_addr.c:726:Servname not supported for ai_socktype
connect:errno=0
$ openssl s_client -connect www.spamassassin.org:443    
CONNECTED(00000003)
depth=2 C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN
= USERTrust RSA Certification Authority
verify return:1
depth=1 C = GB, ST = Greater Manchester, L = Salford, O = Sectigo Limited, CN =
Sectigo RSA Domain Validation Secure Server CA
verify return:1
depth=0 CN = *.openoffice.org
verify return:1
...

$ elinks -dump https://www.spamassassin.org/
   Language: [1][ _____________________________ ]
   [2]Apache OpenOffice
   [3]_____________________ [4][ search ]
   The Free and Open Productivity Suite
   [5]Apache OpenOffice 4.1.7 released

     • [6]Product
     • [7]Download
     • [8]Support
     • [9]Blog
     • [10]Extend
     • [11]Develop
     • [12]Focus Areas
     • [13]Native Language

   [14]home

                               Apache OpenOffice

     • ═══════════════════════════════════════════════════════════════════════

     • [15]I want to learn more about OpenOffice

       What is Apache OpenOffice? And why should I use it?
...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7841] misconfigured redirect for https://www.spamassassin.org/

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7841

Kevin A. McGrail <km...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@apache.org

--- Comment #1 from Kevin A. McGrail <km...@apache.org> ---
Thank you.  I've opened a ticket for this issue as we don't handle the
infrastructure.  See https://issues.apache.org/jira/browse/INFRA-20528

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7841] misconfigured redirect for https://www.spamassassin.org/

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7841

Henrik Krohns <ap...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apache@hege.li
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Henrik Krohns <ap...@hege.li> ---

Seems the infra bug was abandoned.

Changed (www.)spamassassin.org to point to sa-vm, there's Apache redirects now.
Also added wiki.spamassassin.org redirect to confluence.

Removed a bunch of legacy non-working names, I don't think there's any point to
clutter configuration with them.

au.spamassassin.org     3600    IN      CNAME   www.apache.org.
au2.spamassassin.org    3600    IN      CNAME   www.apache.org.
eu.spamassassin.org     3600    IN      CNAME   www.apache.org.
eu2.spamassassin.org    3600    IN      CNAME   www.apache.org.
eu3.spamassassin.org    3600    IN      CNAME   www.apache.org.
ie.spamassassin.org     3600    IN      CNAME   www.apache.org.
news.spamassassin.org   3600    IN      CNAME   www.apache.org.
us.spamassassin.org     3600    IN      CNAME   www.apache.org.
useast.spamassassin.org 3600    IN      CNAME   www.apache.org.
uswest.spamassassin.org 3600    IN      CNAME   www.apache.org.
www.au.spamassassin.org 3600    IN      CNAME   www.apache.org.
www.au2.spamassassin.org        3600    IN      CNAME   www.apache.org.
www.eu.spamassassin.org 3600    IN      CNAME   www.apache.org.
www.eu2.spamassassin.org        3600    IN      CNAME   www.apache.org.
www.eu3.spamassassin.org        3600    IN      CNAME   www.apache.org.
www.ie.spamassassin.org 3600    IN      CNAME   www.apache.org.
www.uk.spamassassin.org 3600    IN      CNAME   www.apache.org.
www.us.spamassassin.org 3600    IN      CNAME   www.apache.org.
www.useast.spamassassin.org     3600    IN      CNAME   www.apache.org.
www.uswest.spamassassin.org     3600    IN      CNAME   www.apache.org.

-- 
You are receiving this mail because:
You are the assignee for the bug.