Posts by BratHuhn

    Thanks for your response.
    I tried both versions before and got the same error.


    Thank you for the information, I know it would be better with the sym link to the latest version but when I use it I got another error so the version with direct linking is working without one;-)


    Yep I saw it but as I use Apache 2.2 I couldn´t use the new apache modules (introduced with 2.4) which they call in their new documentation.


    It´s till strange why the server changes to non https...

    Hi,


    I do have those config files like you wrote
    seahub_settings.py

    Code
    1. HTTP_SERVER_ROOT = 'https://xxx.tld/seafhttp'FILE_SERVER_ROOT = 'https://xxx.tld/seafhttp'




    ccnet.conf

    Code
    1. SERVICE_URL = https://xxx.tld


    imscp Apache conf


    Maybe I missed something else?

    Thank you for your great manual. I have managed to get seafile-server working and seahub partially. I could start seahub over https thats working. I also could login and so on, but when I upload or download something on the seahub webinterface I got the following security message:


    Mixed Content: The page at 'https://xxx.tld/#my-libs/lib/725e3802-89c7-4f6d-845a-b81da679b550' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.xxx.tld/seafhttp/upload-aj/6cfe49e5-d3c2-46b2-8348-754683607d5b'. This request has been blocked; the content must be served over HTTPS.


    Could someone help?