#766: Multiple RSA server certificates not allowed
----------------------------+-----------------
Reporter: rchyla | Owner:
Type: defect | Status: new
Priority: trivial | Milestone:
Component: *installation* | Version:
Keywords: apache |
----------------------------+-----------------
Invenio creates apache conf that will not work if there are existing
virtual hosts because only one ssl certificate is allowed per IP.
The solution is to move the ssl directive *inside* the <VirtualHost>, eg.
<VirtualHost *:9443>
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
....
</VirtualHost>
--
Ticket URL: <http://invenio-software.org/ticket/766>
Invenio <http://invenio-software.org>