HTTP Info Page

https, http

TLS / HTTP Information
Server Namestats.kleckerbox.link
Server IP37.120.163.85
Server Port443
HTTP VersionHTTP/2.0
Request Schemehttps
Upgrade Insecure Requests
TLS VersionTLSv1.3
SSL Session ID2d5052b51eac14d4305f20e9e5dc50c6533d4fe5de36a5f469f3287e39650a4a
SSL CipherTLS_AES_256_GCM_SHA384

Client Information

Source IP216.73.216.142
Source Port5010

All Request Headers

Accept-Encodinggzip, br, zstd, deflate
User-AgentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Accept*/*
Hoststats.kleckerbox.link

How to test TLS and HTTP Support of a Webserver

TLS Version

TLS 1.0openssl s_client -connect stats.kleckerbox.link:443 -tls1
TLS 1.1openssl s_client -connect stats.kleckerbox.link:443 -tls1_1
TLS 1.2openssl s_client -connect stats.kleckerbox.link:443 -tls1_2
TLS 1.3openssl s_client -connect stats.kleckerbox.link:443 -tls1_3

HTTP Version

http 1.0curl https://stats.kleckerbox.link -I --http1.0
http 1.1curl https://stats.kleckerbox.link -I --http1.1
http 2 curl https://stats.kleckerbox.link -I --http2
http 3 curl https://stats.kleckerbox.link -I --http3