Just ran the install script on a fresh debian 12 VM. When I go to my URL I can get the intial setup page via HTTP but not via HTTPS. Browser gives ERR_SSL_PROTOCOL_ERROR.
When I pass "curl -v https://localhost" on my server I get the following:
* Trying 127.0.0.1:443...
* Connected to localhost (127.0.0.1) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* OpenSSL/3.0.15: error:0A00010B:SSL routines::wrong version number
* Closing connection 0
curl: (35) OpenSSL/3.0.15: error:0A00010B:SSL routines::wrong version number
Something I'm doing wrong in the setup?
Thanks