It seems that the 0-RTT functionality doesn't work with the server and client in examples #551
jawadbarbara
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The used commands :
To run the server :
python examples/http3_server.py --certificate tests/ssl_cert.pem --private-key tests/ssl_key.pem
Afterwards :
python examples/http3_client.py --ca-certs tests/pycacert.pem https://localhost:4433/
Beta Was this translation helpful? Give feedback.
All reactions