Skip to content

Instantly share code, notes, and snippets.

@uri-canva
Created November 23, 2021 23:24
Show Gist options
  • Save uri-canva/164d29a5f97f47ec129cb35a63718c7e to your computer and use it in GitHub Desktop.
Save uri-canva/164d29a5f97f47ec129cb35a63718c7e to your computer and use it in GitHub Desktop.
> curl -v -X HEAD https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 199.232.192.209:443...
* Connected to repo1.maven.org (199.232.192.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
* CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo1.maven.org
* start date: Sep 7 13:51:52 2021 GMT
* expire date: Oct 9 13:51:51 2022 GMT
* subjectAltName: host "repo1.maven.org" matched cert's "repo1.maven.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fef4780b600)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo1.maven.org
> user-agent: curl/7.77.0
> accept: */*
>
< HTTP/2 200
< etag: "09979f08a807956b001bb113b17a45bd"
< content-type: application/java-archive
< last-modified: Mon, 25 Oct 2021 11:40:33 GMT
< x-checksum-md5: 09979f08a807956b001bb113b17a45bd
< x-checksum-sha1: c92b27da260a7d9de8d75ade5a3caa30bddd98e0
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 23:02:00 GMT
< age: 46682
< x-served-by: cache-bwi5176-BWI, cache-sea4446-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637708521.827179,VS0,VE3
< content-length: 2427999
<
* transfer closed with 2427999 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo1.maven.org left intact
curl: (18) transfer closed with 2427999 bytes remaining to read
> curl -v -X HEAD https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 199.232.192.209:443...
* Connected to repo1.maven.org (199.232.192.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
* CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo1.maven.org
* start date: Sep 7 13:51:52 2021 GMT
* expire date: Oct 9 13:51:51 2022 GMT
* subjectAltName: host "repo1.maven.org" matched cert's "repo1.maven.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7f791300d400)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo1.maven.org
> user-agent: curl/7.77.0
> accept: */*
>
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:39:46 GMT
< age: 1831769
< x-served-by: cache-bwi5120-BWI, cache-sea4478-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 2536
< x-timer: S1637645986.069690,VS0,VE0
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo1.maven.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
> curl -v -X HEAD https://repo.maven.apache.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 199.232.192.215:443...
* Connected to repo.maven.apache.org (199.232.192.215) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
* CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo.maven.apache.org
* start date: Sep 7 16:43:53 2021 GMT
* expire date: Oct 9 16:43:52 2022 GMT
* subjectAltName: host "repo.maven.apache.org" matched cert's "repo.maven.apache.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7f9fab80d400)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo.maven.apache.org
> user-agent: curl/7.77.0
> accept: */*
>
< HTTP/2 200
< etag: "09979f08a807956b001bb113b17a45bd"
< content-type: application/java-archive
< last-modified: Mon, 25 Oct 2021 11:40:33 GMT
< x-checksum-md5: 09979f08a807956b001bb113b17a45bd
< x-checksum-sha1: c92b27da260a7d9de8d75ade5a3caa30bddd98e0
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 23:01:53 GMT
< age: 46674
< x-served-by: cache-bwi5176-BWI, cache-sea4425-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637708513.192833,VS0,VE6
< content-length: 2427999
<
* transfer closed with 2427999 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo.maven.apache.org left intact
curl: (18) transfer closed with 2427999 bytes remaining to read
> curl -v -X HEAD https://repo.maven.apache.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 199.232.192.215:443...
* Connected to repo.maven.apache.org (199.232.192.215) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
* CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo.maven.apache.org
* start date: Sep 7 16:43:53 2021 GMT
* expire date: Oct 9 16:43:52 2022 GMT
* subjectAltName: host "repo.maven.apache.org" matched cert's "repo.maven.apache.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fcf7b00b600)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo.maven.apache.org
> user-agent: curl/7.77.0
> accept: */*
>
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:45:49 GMT
< age: 1832133
< x-served-by: cache-bwi5120-BWI, cache-sea4456-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637646350.623242,VS0,VE1
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo.maven.apache.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
➜ ~ curl -v -X HEAD https://repo.maven.apache.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 151.101.52.215...
* TCP_NODELAY set
* Connected to repo.maven.apache.org (151.101.52.215) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo.maven.apache.org
* start date: Sep 7 16:43:53 2021 GMT
* expire date: Oct 9 16:43:52 2022 GMT
* subjectAltName: host "repo.maven.apache.org" matched cert's "repo.maven.apache.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7f988a80d600)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo.maven.apache.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:53:09 GMT
< age: 1832573
< x-served-by: cache-bwi5120-BWI, cache-sea4460-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 9
< x-timer: S1637646790.748139,VS0,VE0
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo.maven.apache.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
* Closing connection 0
➜ ~ curl -v -X HEAD https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 151.101.40.209...
* TCP_NODELAY set
* Connected to repo1.maven.org (151.101.40.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo1.maven.org
* start date: Sep 7 13:51:52 2021 GMT
* expire date: Oct 9 13:51:51 2022 GMT
* subjectAltName: host "repo1.maven.org" matched cert's "repo1.maven.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7ffbca80d600)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo1.maven.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:52:50 GMT
< age: 1629313
< x-served-by: cache-bwi5157-BWI, cache-sjc10020-SJC
< x-cache: HIT, HIT
< x-cache-hits: 103, 1
< x-timer: S1637646771.501183,VS0,VE1
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo1.maven.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
* Closing connection 0
❯ curl -v -X HEAD https://repo.maven.apache.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 199.232.192.215...
* TCP_NODELAY set
* Connected to repo.maven.apache.org (199.232.192.215) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo.maven.apache.org
* start date: Sep 7 16:43:53 2021 GMT
* expire date: Oct 9 16:43:52 2022 GMT
* subjectAltName: host "repo.maven.apache.org" matched cert's "repo.maven.apache.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7ffdd6010a00)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo.maven.apache.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:47:42 GMT
< age: 1832246
< x-served-by: cache-bwi5120-BWI, cache-sea4483-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637646463.853749,VS0,VE0
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo.maven.apache.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
* Closing connection 0
❯ curl -v -X HEAD https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 199.232.192.209...
* TCP_NODELAY set
* Connected to repo1.maven.org (199.232.192.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo1.maven.org
* start date: Sep 7 13:51:52 2021 GMT
* expire date: Oct 9 13:51:51 2022 GMT
* subjectAltName: host "repo1.maven.org" matched cert's "repo1.maven.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fed6e010a00)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo1.maven.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:47:20 GMT
< age: 1832223
< x-served-by: cache-bwi5120-BWI, cache-sea4448-SEA
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637646440.234653,VS0,VE1
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo1.maven.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
* Closing connection 0
> curl -v -X HEAD https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 151.101.196.209...
* TCP_NODELAY set
* Connected to repo1.maven.org (151.101.196.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo1.maven.org
* start date: Sep 7 13:51:52 2021 GMT
* expire date: Oct 9 13:51:51 2022 GMT
* subjectAltName: host "repo1.maven.org" matched cert's "repo1.maven.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fa0a480f800)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo1.maven.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 200
< etag: "09979f08a807956b001bb113b17a45bd"
< content-type: application/java-archive
< last-modified: Mon, 25 Oct 2021 11:40:33 GMT
< x-checksum-md5: 09979f08a807956b001bb113b17a45bd
< x-checksum-sha1: c92b27da260a7d9de8d75ade5a3caa30bddd98e0
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 22:42:01 GMT
< age: 166084
< x-served-by: cache-bwi5134-BWI, cache-bur17562-BUR
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637707322.824504,VS0,VE9
< content-length: 2427999
<
* transfer closed with 2427999 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo1.maven.org left intact
curl: (18) transfer closed with 2427999 bytes remaining to read
* Closing connection 0
> curl -v -X HEAD https://repo.maven.apache.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 151.101.40.215...
* TCP_NODELAY set
* Connected to repo.maven.apache.org (151.101.40.215) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo.maven.apache.org
* start date: Sep 7 16:43:53 2021 GMT
* expire date: Oct 9 16:43:52 2022 GMT
* subjectAltName: host "repo.maven.apache.org" matched cert's "repo.maven.apache.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fdaa780f800)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo.maven.apache.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 22:41:35 GMT
< age: 1689838
< x-served-by: cache-bwi5157-BWI, cache-sjc10029-SJC
< x-cache: HIT, HIT
< x-cache-hits: 103, 1
< x-timer: S1637707296.529785,VS0,VE1
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo.maven.apache.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
* Closing connection 0
> curl -v -X HEAD https://repo.maven.apache.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 151.101.40.215...
* TCP_NODELAY set
* Connected to repo.maven.apache.org (151.101.40.215) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo.maven.apache.org
* start date: Sep 7 16:43:53 2021 GMT
* expire date: Oct 9 16:43:52 2022 GMT
* subjectAltName: host "repo.maven.apache.org" matched cert's "repo.maven.apache.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fbc3c009200)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo.maven.apache.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< last-modified: Wed, 10 Aug 2016 15:08:35 GMT
< etag: "1fb066da6a67c7c02962f59b4b8cd1ee"
< x-amz-error-code: NoSuchKey
< x-amz-error-message: The specified key does not exist.
< x-amz-error-detail-key: maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
< content-type: text/html
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:42:09 GMT
< age: 1628672
< x-served-by: cache-bwi5157-BWI, cache-sjc10071-SJC
< x-cache: HIT, HIT
< x-cache-hits: 103, 1
< x-timer: S1637646130.752665,VS0,VE1
< content-length: 554
<
* transfer closed with 554 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo.maven.apache.org left intact
curl: (18) transfer closed with 554 bytes remaining to read
* Closing connection 0
> curl -v -X HEAD https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
* Trying 151.101.196.209...
* TCP_NODELAY set
* Connected to repo1.maven.org (151.101.196.209) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=repo1.maven.org
* start date: Sep 7 13:51:52 2021 GMT
* expire date: Oct 9 13:51:51 2022 GMT
* subjectAltName: host "repo1.maven.org" matched cert's "repo1.maven.org"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign Atlas R3 DV TLS CA H2 2021
* 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 0x7fe305008200)
> HEAD /maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar HTTP/2
> Host: repo1.maven.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 200
< etag: "09979f08a807956b001bb113b17a45bd"
< content-type: application/java-archive
< last-modified: Mon, 25 Oct 2021 11:40:33 GMT
< x-checksum-md5: 09979f08a807956b001bb113b17a45bd
< x-checksum-sha1: c92b27da260a7d9de8d75ade5a3caa30bddd98e0
< via: 1.1 varnish, 1.1 varnish
< accept-ranges: bytes
< date: Tue, 23 Nov 2021 05:23:38 GMT
< age: 103781
< x-served-by: cache-bwi5134-BWI, cache-bur17524-BUR
< x-cache: HIT, HIT
< x-cache-hits: 1, 1
< x-timer: S1637645019.755620,VS0,VE8
< content-length: 2427999
<
* transfer closed with 2427999 bytes remaining to read
* stopped the pause stream!
* Connection #0 to host repo1.maven.org left intact
curl: (18) transfer closed with 2427999 bytes remaining to read
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment