Replies: 1 comment
-
Since Aioquic only allows the H3 connection, which the example only allows an URL, you can define a pre-defined URL at your "/etc/hosts". For example, you can define as "10.0.0.1 www.test.com". Then you can have: python3 /home/ar_ag/QUICforge/aioquic/examples/http3_client.py --ca-certs /home/ar_ag/mininet/pycacert.pem www.test.com Hope it helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run examples/http3_server on a host in mininet, with the address
10.0.0.1
python3 /home/ar_ag/mininet/aioquic/examples/http3_server.py --certificate /home/ar_ag/mininet/ssl_cert.pem --private-key /home/ar_ag/mininet/ssl_key.pem --host 10.0.0.1
But when I run the client script at different host in mininet, with address
10.0.0.2
python3 /home/ar_ag/QUICforge/aioquic/examples/http3_client.py --ca-certs /home/ar_ag/mininet/pycacert.pem https://10.0.0.1:4433/
the connection is terminating after the handshake, with the following warning
Beta Was this translation helpful? Give feedback.
All reactions