root@ubuntu:~# curl -k -v --http3 https://127.0.0.1:7080/
* Trying 127.0.0.1:7080...
* Trying 127.0.0.1:7080...
* Trying 127.0.0.1:7080...
* Connected to 127.0.0.1 (127.0.0.1) port 7080
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* 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_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
* subject: CN=openlitespeed.host; C=US; L=Virtual; O=LiteSpeedCommunity; OU=Testing; ST=NJ; emailAddress=mail@openlitespeed.host; name=openlitespeed; initials=CP; dnQualifier=openlitespeed
* start date: Sep 13 10:31:24 2023 GMT
* expire date: Dec 11 10:31:24 2025 GMT
* issuer: CN=openlitespeed.host; C=US; L=Virtual; O=LiteSpeedCommunity; OU=Testing; ST=NJ; emailAddress=mail@openlitespeed.host; name=openlitespeed; initials=CP; dnQualifier=openlitespeed
* SSL certificate verify result: self-signed certificate (18), continuing anyway.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://127.0.0.1:7080/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: 127.0.0.1:7080]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.3.0-DEV]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: 127.0.0.1:7080
> User-Agent: curl/8.3.0-DEV
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/2 302
< x-powered-by: PHP/5.6.40
< x-frame-options: SAMEORIGIN
< content-security-policy: frame-ancestors 'self'
< referrer-policy: same-origin
< x-content-type-options: nosniff
< set-cookie: LSUI37FE0C43B84483E0=fd004e4a17ed8f043166ad56ed74278b; path=/; secure; HttpOnly
< expires: Thu, 19 Nov 1981 08:52:00 GMT
< cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< pragma: no-cache
< set-cookie: LSID37FE0C43B84483E0=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
< set-cookie: LSPA37FE0C43B84483E0=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
< set-cookie: LSUI37FE0C43B84483E0=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
< location: /login.php
< content-type: text/html; charset=UTF-8
< content-length: 0
< date: Wed, 13 Sep 2023 10:54:22 GMT
< server: LiteSpeed
< alt-svc: h3=":7080"; ma=2592000, h3-29=":7080"; ma=2592000, h3-Q050=":7080"; ma=2592000, h3-Q046=":7080"; ma=2592000, h3-Q043=":7080"; ma=2592000, quic=":7080"; ma=2592000; v="43,46"
<
* Connection #0 to host 127.0.0.1 left intact