Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

Externe SVG via t.net laadt niet op forum via .30

Pagina: 1
Acties:

  • DataGhost
  • Registratie: Augustus 2003
  • Laatst online: 17:03
f1bythenumbers in "[F1 2020] Race 5 70th Anniversary Grand Prix" in deze post laadt de SVG niet voor mij. Firefox klaagt dat een token niet goed is afgesloten.

Via t.net:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
$ curl -v https://tweakers.net/camo/ddfb0346cd68cdf3d630c7fbfc780ac570ffce4a/?url=https%3A%2F%2Ff1bythenumbers.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fani_gp_race_top_101.svg >/dev/null 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 213.239.154.30:443...
* TCP_NODELAY set
* Connected to tweakers.net (213.239.154.30) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [88 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [155 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [15 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [3094 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [520 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=*.tweakers.net
*  start date: Aug  1 09:16:38 2020 GMT
*  expire date: Oct 30 09:16:38 2020 GMT
*  subjectAltName: host "tweakers.net" matched cert's "tweakers.net"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  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
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x564db191fff0)
} [5 bytes data]
> GET /camo/ddfb0346cd68cdf3d630c7fbfc780ac570ffce4a/?url=https%3A%2F%2Ff1bythenumbers.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fani_gp_race_top_101.svg HTTP/2
> Host: tweakers.net
> user-agent: curl/7.68.0
> accept: */*
> 
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [202 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 200)!
} [5 bytes data]
< HTTP/2 200 
< cache-control: public, max-age=86400
< content-type: image/svg+xml
< content-security-policy: default-src 'none'; img-src data:; style-src 'unsafe-inline'
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< date: Mon, 10 Aug 2020 07:11:41 GMT
< pragma: !invalid
< accept-ranges: bytes
< x-cache-info: cached
< content-length: 279581
< 
{ [16130 bytes data]
* HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
* stopped the pause stream!
 99  273k   99  272k    0     0  1743k      0 --:--:-- --:--:-- --:--:-- 1743k
* Connection #0 to host tweakers.net left intact
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)


Direct:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
$ curl -v https://f1bythenumbers.com/wp-content/uploads/2020/08/ani_gp_race_top_101.svg > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 38.135.32.191:443...
* TCP_NODELAY set
* Connected to f1bythenumbers.com (38.135.32.191) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [91 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [4651 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
*  subject: CN=f1bythenumbers.com
*  start date: Jun 13 00:00:00 2020 GMT
*  expire date: Sep 11 23:59:59 2020 GMT
*  subjectAltName: host "f1bythenumbers.com" matched cert's "f1bythenumbers.com"
*  issuer: C=US; ST=TX; L=Houston; O=cPanel, Inc.; CN=cPanel, Inc. Certification Authority
*  SSL certificate verify ok.
} [5 bytes data]
> GET /wp-content/uploads/2020/08/ani_gp_race_top_101.svg HTTP/1.1
> Host: f1bythenumbers.com
> User-Agent: curl/7.68.0
> Accept: */*
> 
{ [5 bytes data]
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Connection: Keep-Alive
< Cache-Control: public, max-age=604800
< Expires: Mon, 17 Aug 2020 09:06:21 GMT
< Content-Type: image/svg+xml
< Last-Modified: Mon, 10 Aug 2020 06:54:56 GMT
< Accept-Ranges: bytes
< Content-Length: 1020004
< Date: Mon, 10 Aug 2020 09:06:21 GMT
< Server: LiteSpeed
< Alt-Svc: quic=":443"; ma=2592000; v="43,46", h3-Q043=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-25=":443"; ma=2592000, h3-27=":443"; ma=2592000
< 
{ [5 bytes data]
100  996k  100  996k    0     0   456k      0  0:00:02  0:00:02 --:--:--  456k
* Connection #0 to host f1bythenumbers.com left intact


n>=6, maar terwijl ik dit aan het schrijven was doet 'ie dit niet meer (zowel in de browser als curl) dus of jullie hebben een ninja-fix gedaan of het gaat alleen op een bepaalde server mis die ik nu niet meer krijg.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
$ curl -v https://tweakers.net/camo/ddfb0346cd68cdf3d630c7fbfc780ac570ffce4a/?url=https%3A%2F%2Ff1bythenumbers.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fani_gp_race_top_101.svg >/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 213.239.154.31:443...
* TCP_NODELAY set
* Connected to tweakers.net (213.239.154.31) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [88 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [155 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [15 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [3094 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [520 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=*.tweakers.net
*  start date: Aug  1 09:16:38 2020 GMT
*  expire date: Oct 30 09:16:38 2020 GMT
*  subjectAltName: host "tweakers.net" matched cert's "tweakers.net"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  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
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x55a266936ff0)
} [5 bytes data]
> GET /camo/ddfb0346cd68cdf3d630c7fbfc780ac570ffce4a/?url=https%3A%2F%2Ff1bythenumbers.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fani_gp_race_top_101.svg HTTP/2
> Host: tweakers.net
> user-agent: curl/7.68.0
> accept: */*
> 
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [202 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 200)!
} [5 bytes data]
< HTTP/2 200 
< cache-control: public, max-age=86400
< content-type: image/svg+xml
< content-security-policy: default-src 'none'; img-src data:; style-src 'unsafe-inline'
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< date: Mon, 10 Aug 2020 09:05:51 GMT
< pragma: !invalid
< accept-ranges: bytes
< x-cache-info: cached
< content-length: 1020004
< 
{ [16130 bytes data]
100  996k  100  996k    0     0  3544k      0 --:--:-- --:--:-- --:--:-- 3544k
* Connection #0 to host tweakers.net left intact


Hierdoor ging ik terugzoeken in mijn console en elke keer dat ik een incompleet document kreeg was dat via 213.239.154.30, via 213.239.154.31 ging het wel steeds goed. Lijkt dus een issue specifiek op die server te zijn.

  • Kees
  • Registratie: Juni 1999
  • Laatst online: 15:06

Kees

Serveradmin / BOFH / DoC
Heb even de cache een schop gegeven, daar zal wel iets fout zijn gegaan

Ook omdat je bij .30 deze header had:
< content-length: 279581

en op .31 deze:
< content-length: 1020004

Ik vermoed dat er iets met de compressie niet helemaal goed ging

[ Voor 56% gewijzigd door Kees op 10-08-2020 11:32 ]

"Een serveradmin, voluit een serveradministrator, is dan weer een slavenbeheerder oftewel een slavendrijver" - Rataplan


  • DataGhost
  • Registratie: Augustus 2003
  • Laatst online: 17:03
Dat heeft het niet gefixt, de trace is nu wel een beetje anders, zelfde content-length andere fout:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
$ curl -v https://tweakers.net/camo/ddfb0346cd68cdf3d630c7fbfc780ac570ffce4a/?url=https%3A%2F%2Ff1bythenumbers.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fani_gp_race_top_101.svg > zzz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 213.239.154.30:443...
* TCP_NODELAY set
* Connected to tweakers.net (213.239.154.30) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [88 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [155 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [15 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [3094 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [520 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=*.tweakers.net
*  start date: Aug  1 09:16:38 2020 GMT
*  expire date: Oct 30 09:16:38 2020 GMT
*  subjectAltName: host "tweakers.net" matched cert's "tweakers.net"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  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
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x55bc0a90fff0)
} [5 bytes data]
> GET /camo/ddfb0346cd68cdf3d630c7fbfc780ac570ffce4a/?url=https%3A%2F%2Ff1bythenumbers.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fani_gp_race_top_101.svg HTTP/2
> Host: tweakers.net
> user-agent: curl/7.68.0
> accept: */*
> 
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [202 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 200)!
} [5 bytes data]
< HTTP/2 200 
< cache-control: public, max-age=86400
< content-type: image/svg+xml
< content-security-policy: default-src 'none'; img-src data:; style-src 'unsafe-inline'
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< date: Mon, 10 Aug 2020 09:28:05 GMT
< pragma: !invalid
< accept-ranges: bytes
< x-cache-info: cached
< content-length: 279581
< 
{ [12288 bytes data]
* transfer closed with 1053 bytes remaining to read
* stopped the pause stream!
 99  273k   99  272k    0     0  1825k      0 --:--:-- --:--:-- --:--:-- 1825k
* Connection #0 to host tweakers.net left intact
curl: (18) transfer closed with 1053 bytes remaining to read


De "protocol error" is weg maar nu is de transfer al gesloten voordat 'ie klaar was. zzz eindigt ook weer met
code:
1
2
$ tail -c30 zzz
3H175.28l.06.01.05.01.04.02h.0

ipv </svg>

  • Kees
  • Registratie: Juni 1999
  • Laatst online: 15:06

Kees

Serveradmin / BOFH / DoC
hm, inderdaad vreemd, bij de eerste request ging het goed

"Een serveradmin, voluit een serveradministrator, is dan weer een slavenbeheerder oftewel een slavendrijver" - Rataplan


  • Kees
  • Registratie: Juni 1999
  • Laatst online: 15:06

Kees

Serveradmin / BOFH / DoC
Eindelijk gevonden en opgelost. Een van de camo proxies was exceptions aan het gooien.

[ Voor 47% gewijzigd door Kees op 10-08-2020 15:04 ]

"Een serveradmin, voluit een serveradministrator, is dan weer een slavenbeheerder oftewel een slavendrijver" - Rataplan


  • DaFeliX
  • Registratie: December 2002
  • Laatst online: 15:53

DaFeliX

Tnet Devver
Kees schreef op maandag 10 augustus 2020 @ 15:04:
Eindelijk gevonden en opgelost. Een van de camo proxies was exceptions aan het gooien.
camo had 't ook warm >:)

Einstein: Mijn vrouw begrijpt me niet

Pagina: 1