| Цитата |
|---|
| getent hosts b.mysite.ru |
Скрытый текст |
|---|
| ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 b24.localdomain b.mysite.ru |
| Цитата |
|---|
| openssl s_client -connect b.mysite.ru:443 -servername b.mysite.ru </dev/null |
Скрытый текст |
|---|
| Connecting to 127.0.0.1 CONNECTED(00000003) ......No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: rsa_pss_rsae_sha256 Peer Temp Key: X25519, 253 bits --- SSL handshake has read 1610 bytes and written 410 bytes Verification: OK --- New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384 Protocol: TLSv1.3 Server public key is 2048 bit This TLS version forbids renegotiation. Compression: NONE Expansion: NONE No ALPN negotiated Early data was not sent Verify return code: 0 (ok) --- DONE |
| Цитата |
|---|
| curl -vkI |
Скрытый текст |
|---|
| * Trying ::1:443... * connect to ::1 port 443 failed: Connection refused * Trying 127.0.0.1:443... * Connected to b.mysite.ru (127.0.0.1) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * CAfile: /etc/pki/tls/certs/ca-bundle.crt * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS header, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS header, Finished (20): * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.2 (OUT), TLS header, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=b24 * start date: Feb 12 09:44:46 2026 GMT * expire date: Oct 12 09:45:04 2027 GMT * issuer: CN=My CA * 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 * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.2 (OUT), TLS header, Unknown (23): * Using Stream ID: 1 (easy handle 0x55b36466cec0) * TLSv1.2 (OUT), TLS header, Unknown (23): > HEAD / HTTP/2 > Host: b.mysite.ru > user-agent: curl/7.76.1 > accept: */* > * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * old SSL session ID is stale, removing * TLSv1.2 (IN), TLS header, Unknown (23): * Connection state changed (MAX_CONCURRENT_STREAMS == 128)! * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.2 (IN), TLS header, Unknown (23): < HTTP/2 200 HTTP/2 200 < server: nginx server: nginx < date: Tue, 19 May 2026 07:54:16 GMT date: Tue, 19 May 2026 07:54:16 GMT < content-type: text/html; charset=UTF-8 content-type: text/html; charset=UTF-8 < content-length: 22535 content-length: 22535 < vary: Accept-Encoding vary: Accept-Encoding < vary: HTTPS vary: HTTPS < x-powered-cms: Bitrix Site Manager (8a7764c3ea2fab5133fe6504d82973a7) x-powered-cms: Bitrix Site Manager (8a7764c3ea2fab5133fe6504d82973a7) < set-cookie: PHPSESSID=b7IJaaM9de6wOBeWUIj10epLzvJB0eCK; path=/; HttpOnly; SameSite=Lax set-cookie: PHPSESSID=b7IJaaM9de6wOBeWUIj10epLzvJB0eCK; path=/; HttpOnly; SameSite=Lax < expires: Thu, 19 Nov 1981 08:52:00 GMT expires: Thu, 19 Nov 1981 08:52:00 GMT < cache-control: no-store, no-cache, must-revalidate cache-control: no-store, no-cache, must-revalidate < pragma: no-cache pragma: no-cache < x-frame-options: SAMEORIGIN x-frame-options: SAMEORIGIN < content-security-policy: frame-ancestors 'self'; content-security-policy: frame-ancestors 'self'; < x-bitrix-ajax-status: Authorize x-bitrix-ajax-status: Authorize < x-content-type-options: nosniff x-content-type-options: nosniff < x-frame-options: SAMEORIGIN x-frame-options: SAMEORIGIN < * Connection #0 to host b.mysite.ru left intact |