Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use HTTPS: "URL /index.php/apps/files/ not found" #20414

Closed
andrey-utkin opened this issue Nov 9, 2015 · 2 comments
Closed

Can't use HTTPS: "URL /index.php/apps/files/ not found" #20414

andrey-utkin opened this issue Nov 9, 2015 · 2 comments

Comments

@andrey-utkin
Copy link

Ubuntu 14.04.3. Owncloud advertised repositories.
Have tried this with fresh installs of owncloud 8.1 (stable), testing (8.2...-RC...), nightly (8.1-20151108). HTTP works, HTTPS doesn't, giving this after login page:

Not Found

The requested URL /index.php/apps/files/ was not found on this server.

/etc/apache2/sites-enabled/oc.example.org-le-ssl.conf:

<IfModule mod_ssl.c>
<VirtualHost *:443>
        ServerName oc.example.org
        ServerAlias oc.example.org
        DocumentRoot "/var/www/owncloud"
        <Directory   "/var/www/owncloud">
        AllowOverride All
        order allow,deny
        Allow from all
        </Directory>

SSLCertificateFile /etc/letsencrypt/live/oc.example.org/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/oc.example.org/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateChainFile /etc/letsencrypt/live/oc.example.org/chain.pem
</VirtualHost>

</IfModule>
@RobinMcCorkell
Copy link
Member

Duplicate of #20202

@ghost
Copy link

ghost commented Nov 10, 2015

Fixed now in Let's Encrypt with certbot/certbot#1390

@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants