1. server

/moin.qmail.jp

/H2O 開発終了?

How to Get Started with HTTP/3 Jan 5th, 2023

https://thenewstack.io/how-to-get-started-with-http3/

Enable or Disable QUIC and HTTP/3 ( LiteSpeed Documentation ) https://docs.litespeedtech.com/lsws/cp/cpanel/quic-http3/

2022-08-12 GoでHTTP/3サーバーを試してみる https://synamon.hatenablog.com/entry/2022/08/12/150000

https://github.com/quic-go/quic-go /quic-go

Testing Incoming and Outgoing UDP Connections

nc -z -v -u YOUR_SERVER_IP 443  

tcpdump -i eth0 -A -s0 port 443 and udp

The output on the Step 2 should look like this if the packet is recieved correctly - 

1.1. google.com

---response begin---
HTTP/1.1 301 Moved Permanently
Location: https://www.google.com/
Content-Type: text/html; charset=UTF-8
Content-Security-Policy-Report-Only: object-src 'none';base-uri 'self';script-src 'nonce-Pbi6Bu1J8wKIKzF7P5_4ew' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
Date: Mon, 20 Nov 2023 22:53:55 GMT
Expires: Wed, 20 Dec 2023 22:53:55 GMT
Cache-Control: public, max-age=2592000
Server: gws
Content-Length: 220
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000

---response end---


CategoryDns CategoryWatch CategoryTemplate

MoinQ: HTTP/3/server (last edited 2023-11-21 00:21:15 by ToshinoriMaeno)