> On 1 May 2023, at 23:22, Patrick O'Callaghan <pocallaghan@xxxxxxxxx> wrote: > > 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. Have openssl turn your cert into readable text to check. >From memory its this command. $ openssl x509 -in your-cert -noout -text Does it include SNI and your domain name? Barry > > 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 _______________________________________________ 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