Загрузка данных


dmitriev-aal@VDI-Dmitriev-A:~/Desktop$ curl -v -o /dev/null \
>   https://nexus.rshbdev.ru/repository/registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz
  % 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 100.70.64.2:443...
* TCP_NODELAY set
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Connected to nexus.rshbdev.ru (100.70.64.2) 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):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2310 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [264 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 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: C=RU; ST=Moscow; L=Moscow; street=Profsoyznaya 125A; O=RSHB-Intech; OU=BIR; CN=nexus.rshbdev.ru
*  start date: Jul 30 16:36:49 2026 GMT
*  expire date: Oct 28 16:37:19 2026 GMT
*  subjectAltName: host "nexus.rshbdev.ru" matched cert's "nexus.rshbdev.ru"
*  issuer: C=RU; L=Moscow; O=RSHB-Intech; OU=CKPR; CN=rshbdev.ru Intermediate Authority
*  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 0x56226fe2cdc0)
} [5 bytes data]
> GET /repository/registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz HTTP/2
> Host: nexus.rshbdev.ru
> user-agent: curl/7.68.0
> accept: */*
> 
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [57 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [57 bytes data]
* old SSL session ID is stale, removing
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
} [5 bytes data]
< HTTP/2 200 
< date: Thu, 13 Aug 2026 07:35:08 GMT
< content-type: application/octet-stream
< content-length: 138231
< x-content-type-options: nosniff
< content-security-policy: sandbox allow-forms allow-modals allow-popups allow-presentation allow-scripts allow-top-navigation
< x-xss-protection: 1; mode=block
< etag: "fae9645d4e605a9cda5974baa7dc1733"
< last-modified: Mon, 26 Feb 2024 21:03:18 GMT
< strict-transport-security: max-age=15724800; includeSubDomains
< 
{ [3777 bytes data]
100  134k  100  134k    0     0  2812k      0 --:--:-- --:--:-- --:--:-- 2754k
* Connection #0 to host nexus.rshbdev.ru left intact
dmitriev-aal@VDI-Dmitriev-A:~/Desktop$