OwnCloud mit SSL Zertifikat - Apache macht Probleme...

  • Hallo Zusammen...

    habe heute versucht mir nach diesem Tutorial http://raspberry.tips/server-2/owncl…i-2-mit-apache/ einen eigenen Server mit OwnCloud auf meinen Raspi2 aufzusetzen.

    Es hat alles wunderbar geklappt, bis ich den letzten Schritt durchgeführt habe.
    (Wichtig!
    Da wir das Datenverzeichnis geändert haben müssen wir die Berechtigungen anpassen:


    sudo find /var/www/owncloud/ -type f -print0 | sudo xargs -0 chmod 0640
    sudo find /var/www/owncloud/ -type d -print0 | sudo xargs -0 chmod 0750

    sudo chown -R root:www-data /var/www/owncloud/
    sudo chown -R www-data:www-data /var/www/owncloud/apps/
    sudo chown -R www-data:www-data /var/www/owncloud/config/
    sudo chown -R www-data:www-data /media/usb-hdd/owncloud/data/
    sudo chown -R www-data:www-data /var/www/owncloud/themes/

    sudo chown root:www-data /var/www/owncloud/.htaccess
    sudo chown root:www-data /media/usb-hdd/owncloud/data/.htaccess

    sudo chmod 0644 /var/www/owncloud/.htaccess
    sudo chmod 0644 /media/usb-hdd/owncloud/data/.htaccess

    sudo reboot


    )
    Nach dem reboot lande ich nicht auf meiner cloud, raspbian startet einfach normal in den Desktop.
    Wenn ich nun versuche mich in meiner OC einzuloggen bekomme ich folgende Fehlermeldung:
    Internal Server Error
    The server encountered an internal error and was unable to complete your request.
    Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
    More details can be found in the server log.
    Technical details
    Remote Address: 87.148.117.211
    Request ID: imtTT+Lb81HmcEDApQjL
    Vor dem Reboot im letzten Schritt konnte ich mioch einloggen und es hat alles funktioniert…
    Apache loggt folgendes im Error-Log:
    [ssl:warn] [pid 924] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name
    Was kann ich tun?
    Wäre für jegliche Hilfe dankbar…

    Edited once, last by toni_latenz (June 12, 2016 at 5:03 PM).

  • OwnCloud mit SSL Zertifikat - Apache macht Probleme...? Schau mal ob du hier fündig wirst!

  • >..., raspbian startet einfach normal in den Desktop.

    ja, was sonst?


    >Technical details
    >Remote Address: 87.148.117.211
    >Request ID: imtTT+Lb81HmcEDApQjL

    wo wird das angezeigt? im webbrowser ?


    >Apache loggt folgendes im Error-Log:
    >[ssl:warn] [pid 924] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name

    das ist nur nee warnung, das ssl certificate past nicht zum namen, sollte trotzdem gehn.
    sonst keine fehlermeldungen im log?

  • Hallo adora,

    danke für die Antwort.

    Der Verfasser des Tutorials beschreibt, das man nach dem Reboot direkt auf seiner Cloud landen sollte..daher die Anmerkung, das Raspbian normal auf den Desktop startet.

    Egal, jedenfalls:

    Das hier wird (heute) im Webbrowser angezeigt, nachdem ich mich in meinen owncloud account eingeloggt habe (meine blabla.ddns.net Adresse):

    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Internal Server Error[/font]
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]The server encountered an internal error and was unable to complete your request.[/font]
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.[/font]
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]More details can be found in the server log.[/font]
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Technical details[/font]
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Remote Address: 87.148.117.211[/font]
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Request ID: imtTT+Lb81HmcEDApQjL[/font]

    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"](Remote Adresse war gestern noch eine andere, ebenso natürlich die Request-ID)[/font]

    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Apache loggt folgendes:[/font]

    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"][Mon Jun 13 22:21:01.357425 2016] [mpm_prefork:notice] [pid 1017] AH00169: caught SIGTERM, shutting down
    [/font]
    [Mon Jun 13 22:21:09.593854 2016] [ssl:warn] [pid 783] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name

    [Mon Jun 13 22:21:11.862952 2016] [ssl:warn] [pid 936] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name

    [Mon Jun 13 22:21:11.883837 2016] [mpm_prefork:notice] [pid 936] AH00163: Apache/2.4.10 (Raspbian) OpenSSL/1.0.1t configured -- resuming normal operations
    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"][Mon Jun 13 22:21:11.884063 2016] [core:notice] [pid 936] AH00094: Command line: '/usr/sbin/apache2'[/font]

    [font="Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif"]Heute musste ich das noip2 auch händig starten, obwohl da eigentlich ein autostart Eintrag erstelle wurde..was jetzt nicht wirklich das Hauptproblem ist, das bekomm ich noch in den Griff...wundert mich nur.[/font]

    [font="Open Sans, Frutiger, Calibri, Myriad Pro, Myriad, sans-serif"]I[/font]
    Hilft das weiter? Danke schonmal im Voraus für weitere Tips..
    Grüße.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!