jpeach opened a new issue, #10276:
URL: https://github.com/apache/trafficserver/issues/10276

   The generated default records.yaml file contains links which look like they 
should redirect somewhere, but currently just 404:
   
   ```
   curl -v https://docs.trafficserver.apache.org/records.yaml
   * processing: https://docs.trafficserver.apache.org/records.yaml
   *   Trying 72.167.42.180:443...
   * Connected to docs.trafficserver.apache.org (72.167.42.180) port 443
   * ALPN: offers h2,http/1.1
   * TLSv1.3 (OUT), TLS handshake, Client hello (1):
   * TLSv1.3 (IN), TLS handshake, Server hello (2):
   * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
   * TLSv1.3 (IN), TLS handshake, Certificate (11):
   * TLSv1.3 (IN), TLS handshake, CERT verify (15):
   * TLSv1.3 (IN), TLS handshake, Finished (20):
   * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
   * TLSv1.3 (OUT), TLS handshake, Finished (20):
   * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
   * ALPN: server accepted h2
   * Server certificate:
   *  subject: CN=ci.trafficserver.apache.org
   *  start date: Aug 10 16:49:06 2023 GMT
   *  expire date: Nov  8 16:49:05 2023 GMT
   *  subjectAltName: host "docs.trafficserver.apache.org" matched cert's 
"docs.trafficserver.apache.org"
   *  issuer: C=US; O=Let's Encrypt; CN=R3
   *  SSL certificate verify ok.
   * using HTTP/2
   * h2 [:method: GET]
   * h2 [:scheme: https]
   * h2 [:authority: docs.trafficserver.apache.org]
   * h2 [:path: /records.yaml]
   * h2 [user-agent: curl/8.2.1]
   * h2 [accept: */*]
   * Using Stream ID: 1
   > GET /records.yaml HTTP/2
   > Host: docs.trafficserver.apache.org
   > User-Agent: curl/8.2.1
   > Accept: */*
   >
   * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
   * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
   * old SSL session ID is stale, removing
   < HTTP/2 404
   < date: Wed, 23 Aug 2023 22:53:34 GMT
   < server: ATS/9.2.2
   < content-length: 196
   < content-type: text/html; charset=iso-8859-1
   < age: 0
   < strict-transport-security: max-age=17280000
   < via: http/1.1 traffic_server (ApacheTrafficServer/9.2.2 [cMsSfW])
   <
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   <html><head>
   <title>404 Not Found</title>
   </head><body>
   <h1>Not Found</h1>
   <p>The requested URL was not found on this server.</p>
   </body></html>
   * Connection #0 to host docs.trafficserver.apache.org left intact
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to