Can't install PassBolt CE on Ubuntu 22.04.3 LTS

Its a fresh new server installation.

Item 1 and 2 goes fine.

Your server has no IPv6 support
Exit
“Bad checksum. Aborting”
e307494@nst-ubuntu02p:~$

------- This is where is fails… I cant find anywhere in the documentation that PassBolt requires IPv6. Also no matter how many times I try to install, The bad checksum keeps coming up.

Checklist
I have read intro post: About the Installation Issues category
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue

Hello!
Passbolt configures nginx to listen on ipv4 and ipv6 by default if your system does not support ipv6 you could edit the installation script and remove the compliance check for ipv6 https://github.com/passbolt/passbolt-dep-scripts/blob/main/passbolt-repo-setup.ce.sh#L81

You might need to also customize your nginx configuration listen directive to just listen on ipv4.

Thanks Diego. I will try that