To run it:
- Install VirtualBox
- Install Vagrant
- Call
vagrant up
from this directory:
$ vagrant up
This will compile OpenSSL and HAProxy and run them in the virtual machine.
- Add to your /etc/hosts file:
192.168.56.20 foo.com
-
Import the minica.crt certificate into your browser (in Firefox: Settings > Certificates > View Certificates > Import) so that the provided SSL certificate is trusted.
-
Visit http://foo.com to see the site. The first time you access the site, it will return HTTP/2. Refresh the page and it will be HTTP/3.