Hi,
Thank you for your reply. Both locations are in Helsinki.
1. We use Upcloud as our provider, the locations are FI-HEL1 and FI-HEL2 (https://upcloud.com/data-centres), FI-HEL1 is the one that we are having the issues with.
2. The configuration is the same (same curl versions with –disabled flag).
3. No errors or warnings.
I tried it again just now, connecting to the same server 2a00:1450:4026:805::2011 from both locations. The result is the same:
FI-HEL1:
* Trying 2a00:1450:4026:805::2011...
* Connected to sitekit.withgoogle.com (2a00:1450:4026:805::2011) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=*.appspot.com
* start date: Sep 26 08:18:31 2022 GMT
* expire date: Dec 19 08:18:30 2022 GMT
* subjectAltName: host "sitekit.withgoogle.com" matched cert's "*.withgoogle.com"
* issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1C3
* 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 0x5649fde620f0)
> HEAD / HTTP/2
> Host: sitekit.withgoogle.com
> User-Agent: curl/7.64.0
> 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 403
HTTP/2 403
< alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
FI-HEL2:
* Trying 2a00:1450:4026:805::2011...
* Connected to sitekit.withgoogle.com (2a00:1450:4026:805::2011) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=*.appspot.com
* start date: Sep 26 08:18:31 2022 GMT
* expire date: Dec 19 08:18:30 2022 GMT
* subjectAltName: host "sitekit.withgoogle.com" matched cert's "*.withgoogle.com"
* issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1C3
* 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 0x55d14554d0f0)
> HEAD / HTTP/2
> Host: sitekit.withgoogle.com
> User-Agent: curl/7.64.0
> 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
HTTP/2 200
< content-type: text/html
content-type: text/html
< vary: Accept-Encoding
vary: Accept-Encoding
< x-cloud-trace-context: fb52d007311065aa90d7ec03f9786962
x-cloud-trace-context: fb52d007311065aa90d7ec03f9786962
< date: Mon, 31 Oct 2022 12:14:41 GMT
date: Mon, 31 Oct 2022 12:14:41 GMT
< server: Google Frontend
server: Google Frontend
< alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"