On Tue, 2023-05-02 at 10:39 +0200, Peter Boy wrote: > > > > Am 02.05.2023 um 00:21 schrieb Patrick O'Callaghan > > <pocallaghan@xxxxxxxxx>: > > > > My small web server appears to be working and even has https, > > however > > I've noticed this in /var/log/httpd/ssl_error_log: > > > > [...] AH01909: bree.org.uk:443:0 server certificate does NOT > > include an ID which matches the server name > > > > The ServerName is set to bree.org.uk, and that's the name under > > which I > > obtained the certificate, so I'm not sure what's going on here. > > > > poc > > Your http service is currently not publicly responding. It you can > access it locally, klick in your browser on the certificate symbol > (in Firefox left of the address). Klick on „secure connection“ and > then on „additional information“ to see the certificate details. If > you use letsencrypt certificates, use „lets encrypt certificates“ to > list the details of all certificates. > > Otherwise, the error message is typical for a missing explicit > configuration of the server name with simultaneous failure of the > built-in auto-configuration of the name. > > Try „httpd -S“ to list the recognised configuration and check the > services for port 80 and 443 # httpd -S VirtualHost configuration: *:80 bree.org.uk (/etc/httpd/conf.d/bree.conf:1) *:443 is a NameVirtualHost default server bree.org.uk (/etc/httpd/conf.d/bree-le-ssl.conf:2) port 443 namevhost bree.org.uk (/etc/httpd/conf.d/bree-le-ssl.conf:2) port 443 namevhost bree.org.uk (/etc/httpd/conf.d/ssl.conf:56) ServerRoot: "/etc/httpd" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/etc/httpd/logs/error_log" Mutex rewrite-map: using_defaults Mutex ssl-stapling-refresh: using_defaults Mutex authdigest-client: using_defaults Mutex lua-ivm-shm: using_defaults Mutex ssl-stapling: using_defaults Mutex proxy: using_defaults Mutex authn-socache: using_defaults Mutex ssl-cache: using_defaults Mutex default: dir="/etc/httpd/run/" mechanism=default Mutex cache-socache: using_defaults Mutex authdigest-opaque: using_defaults Mutex watchdog-callback: using_defaults Mutex proxy-balancer-shm: using_defaults PidFile: "/etc/httpd/run/httpd.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG User: name="apache" id=48 Group: name="apache" id=48 poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue