[ https://issues.apache.org/jira/browse/SERF-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215608#comment-17215608 ]
Sebb commented on SERF-197: --------------------------- Looks to me like all the servers currently serve the same content: curl -vs --connect-to 'serf.apache.org:443:tlp-us-east.apache.org:443' https://serf.apache.org/ 2>&1 >/tmp/x-tlp-us-east.apache.org| grep 'Connected\|Modified\|ETag\|Content-Length\|Location' * Connected to tlp-us-east.apache.org (40.79.78.1) port 443 (#0) shasum -a 256 /tmp/x-tlp-us-east.apache.org d4ee7c73e56b07fbd584bd9a32692caddaacc324b7b1a954a2c71a2000fce93c /tmp/x-tlp-us-east.apache.org curl -vs --connect-to 'serf.apache.org:443:tlp-he-fi.apache.org:443' https://serf.apache.org/ 2>&1 >/tmp/x-tlp-he-fi.apache.org| grep 'Connected\|Modified\|ETag\|Content-Length\|Location' * Connected to tlp-he-fi.apache.org (95.216.24.32) port 443 (#0) shasum -a 256 /tmp/x-tlp-he-fi.apache.org d4ee7c73e56b07fbd584bd9a32692caddaacc324b7b1a954a2c71a2000fce93c /tmp/x-tlp-he-fi.apache.org curl -vs --connect-to 'serf.apache.org:443:tlp-he2.apache.org:443' https://serf.apache.org/ 2>&1 >/tmp/x-tlp-he2.apache.org| grep 'Connected\|Modified\|ETag\|Content-Length\|Location' * Connected to tlp-he2.apache.org (95.216.26.30) port 443 (#0) shasum -a 256 /tmp/x-tlp-he2.apache.org d4ee7c73e56b07fbd584bd9a32692caddaacc324b7b1a954a2c71a2000fce93c /tmp/x-tlp-he2.apache.org And that content starts with the BOM: od -t x1 /tmp/x-tlp-he2.apache.org | head -1 0000000 ef bb bf 3c 21 44 4f 43 54 59 50 45 20 68 74 6d > Website content starts with U+FEFF > ---------------------------------- > > Key: SERF-197 > URL: https://issues.apache.org/jira/browse/SERF-197 > Project: serf > Issue Type: Bug > Reporter: Sebb > Priority: Minor > > Curl shows that the Serf web-pages start with U+FEFF. > $ curl -s https://serf.apache.org | head -1 | more > <U+FEFF><!DOCTYPE html> > This does not seem right. -- This message was sent by Atlassian Jira (v8.3.4#803005)