Fix freeze and error

This commit is contained in:
Pascal Engélibert 2025-11-06 17:28:27 +01:00
commit 29b3119720
2 changed files with 67 additions and 66 deletions

View file

@ -211,23 +211,13 @@ for(var i in names) {
Authorize rpxy to bind to ports 80 and 443:
```bash
sudo setcap CAP_NET_BIND_SERVICE=+eip rpxy_rustls_ring
```
Add CA certificate on ArchLinux:
```bash
sudo cp /dev/shm/exp/certs/rsa2048/ca.crt /etc/ca-certificates/trust-source/anchors/ca-rsa2048.crt
sudo cp /dev/shm/exp/certs/rsa3072/ca.crt /etc/ca-certificates/trust-source/anchors/ca-rsa3072.crt
sudo cp /dev/shm/exp/certs/rsa4096/ca.crt /etc/ca-certificates/trust-source/anchors/ca-rsa4096.crt
sudo cp /dev/shm/exp/certs/secp384r1/ca.crt /etc/ca-certificates/trust-source/anchors/ca-secp384r1.crt
sudo chown root:root /etc/ca-certificates/trust-source/anchors/ca-*.crt
sudo update-ca-trust extract
sudo setcap CAP_NET_BIND_SERVICE=+eip netreplay
```
```bash
python exp.py make
python exp.py send-setups
python exp.py send-certs
python exp.py make -c
python exp.py send
python exp.py update-certs # also do this command on p2
python exp.py run
```