Changes between Initial Version and Version 1 of Ticket #2626
- Timestamp:
- 04/04/24 15:42:37 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2626 – Description
initial v1 5 5 6 6 http3 protocol tests are done via Mozilla browser version 124 and Docker-built curl with http3 support, example of command line used docker run -it -v ./:/testcert --rm ymuski/curl-http3 curl -vvv -I --http3 --cert-type P12 --cert "/testcert/usercert.pfx:mypass" https://<mysite.com> 7 8 Without mTLS enabled, HTTP3 protocol works normally.