#9113 Koschei unusable as CSS and scripts are 404
Closed: Invalid 3 years ago by eclipseo. Opened 3 years ago by eclipseo.

Koschei is stripped from any styling. Several resources are 404:

font-awesome.css
fedmenu.js
fedora-bootstrap.js


Can't duplicate it here.

Can you do a 'curl -v' on one of the resources you are seeing as missing?

Are you using any blockers that would block access to those (they are all on apps.fedoraproject.org)

curl -v https://apps.fedoraproject.org/fedmenu/js/fedmenu.js

curl -v https://apps.fedoraproject.org/fedmenu/js/fedmenu.js
*   Trying 85.236.55.6:443...
* Connected to apps.fedoraproject.org (85.236.55.6) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* 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 to use h2
* Server certificate:
*  subject: C=US; ST=North Carolina; L=Raleigh; O=Red Hat, Inc.; CN=*.fedoraproject.org
*  start date: Feb 27 00:00:00 2020 GMT
*  expire date: Mar  2 12:00:00 2022 GMT
*  subjectAltName: host "apps.fedoraproject.org" matched cert's "*.fedoraproject.org"
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x558ae1ef3b10)
> GET /fedmenu/js/fedmenu.js HTTP/2
> Host: apps.fedoraproject.org
> user-agent: curl/7.69.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
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 200 
< date: Mon, 06 Jul 2020 19:41:23 GMT
< server: Apache
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< x-frame-options: SAMEORIGIN
< x-xss-protection: 1; mode=block
< x-content-type-options: nosniff
< referrer-policy: same-origin
< last-modified: Sun, 03 May 2020 18:47:32 GMT
< accept-ranges: bytes
< content-length: 8900
< vary: Accept-Encoding
< apptime: D=220
< x-fedora-proxyserver: proxy02.fedoraproject.org
< x-fedora-requestid: XwN@Y1WQFhPwFKu4Npr8NwAAAAE
< cache-control: public
< content-type: application/javascript
<

I then receive the script. But in Firefox:

HTTP/2 404 Not Found
date: Mon, 06 Jul 2020 19:40:21 GMT
server: Apache
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: same-origin
content-length: 269
content-type: text/html; charset=iso-8859-1
X-Firefox-Spdy: h2

Apparently it was because Firefox was updated in the background and I hadn't restarted it yet.
Closing. Sorry for the noise.

Metadata Update from @eclipseo:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata