Help with SSL/TLS setup on FreeBSD 13.1

z@myrkur:/usr/local/www/apache24/data $ curl -Ik https://localhost
HTTP/1.1 200 OK
Date: Fri, 10 Mar 2023 21:37:03 GMT
Server: Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1o-freebsd PHP/8.2.0
Content-Type: text/html;charset=ISO-8859-1

z@myrkur:/usr/local/www/apache24/data $ curl -I http://localhost:443
HTTP/1.1 400 Bad Request
Date: Fri, 10 Mar 2023 21:41:06 GMT
Server: Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1o-freebsd PHP/8.2.0
Content-Length: 362
Connection: close
Content-Type: text/html; charset=iso-8859-1

I may have damaged something in the httpd.conf file as I tried numerous edits before I could get the regular http server up and running.