Opened 10 years ago
Closed 10 years ago
#7 closed defect (fixed)
Fix the use of ServerAlias Directive
Reported by: | Daniel Kahn Gillmor | Owned by: | Daniel Kahn Gillmor |
---|---|---|---|
Priority: | minor | Component: | code |
Version: | 5.10 | Keywords: | |
Cc: |
Description
imported from mantis, a report from dash:
<VirtualHost example.com:443> GnuTLSEnable On GnuTLSPriorities NORMAL GnuTLSCertificateFile /etc/ssl/certs/gnutls.pem GnuTLSKeyFile /etc/ssl/private/myserver.key ServerAlias www.example.com </VirtualHost>
Certificate should match 'example.com' and 'www.example.com', currently it only matches 'example.com'
Note: See
TracTickets for help on using
tickets.
dash wrote: