Fastly 家的域前置好像不行了,刚刚试了下curl -v -H 'Host: cartodb-basemaps-1.global.ssl.fastly.net' https://gov.uk
* Host gov.uk:443 was resolved.
* IPv6: 2a04:4e42:400::144, 2a04:4e42:c00::144, 2a04:4e42:200::144, 2a04:4e42:600::144, 2a04:4e42::144, 2a04:4e42:e00::144, 2a04:4e42:a00::144, 2a04:4e42:800::144
* IPv4: 151.101.128.144, 151.101.64.144, 151.101.192.144, 151.101.0.144
* Trying [2a04:4e42:400::144]:443...
* Trying 151.101.128.144:443...
* Connected to gov.uk (2a04:4e42:400::144) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
* CApath: none
* 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_128_GCM_SHA256 / x25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: C=GB; ST=Greater London; L=London; O=Government Digital Service; CN=www.gov.uk
* start date: Nov 15 20:01:05 2024 GMT
* expire date: Dec 17 20:01:04 2025 GMT
* subjectAltName: host "gov.uk" matched cert's "gov.uk"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign RSA OV SSL CA 2018
* SSL certificate verify ok.
* Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://gov.uk/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: cartodb-basemaps-1.global.ssl.fastly.net]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.9.1]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: cartodb-basemaps-1.global.ssl.fastly.net
> User-Agent: curl/8.9.1
> Accept: */*
>
* Request completely sent off
< HTTP/2 421
< content-type: text/plain; charset=utf-8
< x-served-by: cache-lon4247
< content-length: 297
<
Requested host does not match any Subject Alternative Names (SANs) on TLS certificate [0a79cc43d8fcbd0910371fee2f87779abe50d7552cd4deb39a4e2e9d40d54d24] in use with this connection.
Visit https://docs.fastly.com/en/guides/common-400-errors#error-421-misdirected-request for more information.
* Connection #0 to host gov.uk left intact
|