After first time setup via the shell script I cannot connect via HTTPS
Installation was performed on a fresh Ubuntu 22.04 installation, and run as root (sudo su)
Firefox gives the error SSL_ERROR_RX_RECORD_TOO_LONG
I verified the following:
80 and 443 are are open and the NAT is pointing to the ITFlow Server
The domain is pointing to the public IP of the server
Tried from multiple ISPs and browsers
During the setup I was not prompted to perform anything with letsencrypt
I've used certbot before and normally when making certs I have to specify information when generating the SSL cert
Also when I look at the enabled site in apache2 the virtualhost lists port 80 only
I also could not find any cert related to the domain on the system so these lead me to believe the installation script did not generate an SSL Cert, meaning the browser is attempting to connect via HTTPS but apache2 has no SSL cert to serve
What would be my best way forward? A full reinstall?