Hi, I am posting here as it is a new install and I was following the oC 9 install guide so it seems appropriate.
I have got oC up and running on the production machine and am now setting up a test box. As the production install was my first install there was a bit of trial and error. I did make notes but must of missed something. I got the basic install working through HTTPS and then did the following to enable HTTPS (from https://doc.owncloud.org/server/9.0/admin_manual/installation/source_installation.html#enabling-ssl):
a2enmod ssl
a2ensite default-ssl
service apache2 reload
a2enmod rewrite
I also changed 'overwrite.cli.url' in config.php to https URL.
Using Firefox when I go the the owncloud URL I get:
Your connection is not secure
The owner of saturn_.domain.com_ has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site.
This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox only connect to it securely. As a result, it is not possible to add an exception for this certificate.
Learn moreā¦
Report errors like this to help Mozilla identify misconfigured sites
saturn.prsc-cloud.org uses an invalid security certificate.
The certificate is not trusted because it is self-signed.
The certificate is only valid for saturnError code: SEC_ERROR_UNKNOWN_ISSUER
What Have I missed?
Regards,
Ben
Server configuration
Operating system: Ubuntu 15.10 / Web server: apachie2 2.4.7
Database: MariaDB 5.5 / PHP version: 5.5.9
ownCloud version: 9.0.3 (upgraded from 9.0.2)