hopeajonne
Cadet
- Joined
- Nov 2, 2021
- Messages
- 2
It seems that jail VNET somehow drops some inbound packages, most noticeable when doing HTTPS requests from within the jail.
Doing
Things I tried to no avail:
- fetch -v http://archive.org from host system -> ok
- fetch -v http://archive.org from jail without VNET -> ok
- fetch -v http://archive.org from jail with VNET -> sends request and doesn't get anything in return
- fetch -v http://www.debian.org from host system -> redirect to https -> ok
- fetch -v http://www.debian.org from jail without VNET -> redirect to https -> ok
- fetch -v http://www.debian.org from jail with VNET -> redirect to https -> hangs trying to establish connection
Doing
fetch -v https://extranet.www.sol.net/files/misc/ca-root-nss.crt.src
however works fine.Things I tried to no avail:
- Turning hardware offloading on and off
- Messing with MTU
- Turning DHCP/BPF on and off
- Making a new jail
- Using 11.4 release