kilka razy w konsolce i proszę
```➜ ~ curl -vv https://www.hejto.pl
* Trying 188.114.96.13:443...
* Connected to www.hejto.pl (188.114.96.13) port 443 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256
* ALPN: server accepted h2
* Server certificate:
* subject: CN=hejto.pl
* start date: Aug 26 19:40:31 2023 GMT
* expire date: Nov 24 19:40:30 2023 GMT
* subjectAltName: host "www.hejto.pl" matched cert's "*.hejto.pl"
* issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1P5
* SSL certificate verify ok.
* using HTTP/2
* h2 [:method: GET]
* h2 [:scheme: https]
* h2 [:authority: www.hejto.pl]
* h2 [:path: /]
* h2 [user-agent: curl/8.1.2]
* h2 [accept: */*]
* Using Stream ID: 1 (easy handle 0x152812e00)
> GET / HTTP/2
> Host: www.hejto.pl
> User-Agent: curl/8.1.2
> Accept: */*
>
< HTTP/2 500
< date: Wed, 13 Sep 2023 18:24:19 GMT
< content-length: 21
< set-cookie: sesscookie=1694629460.892.28.299892|6e49230e52df97478664fbf6997c0d09; Expires=Fri, 15-Sep-23 18:24:19 GMT; Max-Age=172800; Path=/?(.*); Secure; HttpOnly
< strict-transport-security: max-age=15724800; includeSubDomains
< cf-cache-status: DYNAMIC
< report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=RJqpmpSIFr0Gdwv8yapIvPPxO%2BEZGC2ZgYq7RxH%2B1tItr829qNZfIsJucMStnpH8iV1DDL7NB%2Fd6cXwJZbOhOIy6qMXQfJCzfjlTldYoG22xvyWIlzAWhLD8I4giXt8%3D"}],"group":"cf-nel","max_age":604800}
< nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< server: cloudflare
< cf-ray: 80626d2c2968c012-WAW
< alt-svc: h3=":443"; ma=86400
<
* Connection #0 to host www.hejto.pl left intact
Internal Server Error%```