Posts by MiGro94

    Hello together,


    first of all I want to thank the developers for this great control panel - I think it's really great.


    I currently have a problem uploading new software to the Software Depot.

    If I upload the software, I first get the message that everything worked - then the software is installed and aborts with the error that the package is damaged.


    I downloaded the package directly from the manufacturer and uploaded it back to i-MSCP - without any changes.

    I tried it with wordpress and joomla.

    Did I do something wrong here?


    2018-11-12 19_31_23-Admin _ Einstellungen _ Softwareverwaltung.png

    2018-11-12 19_31_44-Admin _ Einstellungen _ Softwareverwaltung.png


    Unfortunately the Screenshots are german - I am sorry.


    I am using i-MSCP 1.5.3 Build: 20180516


    Thank you very much for assistance and I wish us a nice week.


    Greetings from Germany


    Michael

    Hi together,


    After the last updateshave always run smoothly, I have thought of the fact that I can carry out the update on version 1.4 once a week.


    Unfortunately, it had to happen that after the update 2 websites run into a white screen.


    First of all, I have expected that the kit has a defect, but unfortunately 2 different software systems are affected.


    - osTicket (helpdesk.bemi14.de)
    - wordpress (feuerwehr-rhh.de)



    Both sides are after the update in a white screen.



    Apache-Error-Log:




    Unfortunately I could not find any errors which would explain the mistake.
    A data restore from files before the updates does not solve the problem


    Regards


    Michael


    PS: Thank you for your help ||

    Good evening,


    You're talking about a customer website? If yes, you should in order:

    • Disable cloudflare for that website temporarely (this can be done easily at the DNS section
    • Make sure that you can connect through SSL to that website
    • Check the SSL certificate on i-MSCP side for that website


    Once you're sure that SSL work ok without cloudflare, you should be able to re-enable cloudflare + full SSL for that website.


    Hi Nuxwin,


    sorry for the late reply, but I was not at home for the last days.
    I am not using full ssl, I am using flexible mode ||


    Unfortunately your instructions does not help, maybe i did something wrong.
    Thank you for your help

    I have solved the problem with following instructions in the SQL Database


    SQL
    1. UPDATE vbSym8_options SET option_value = replace(option_value, 'https://******', 'http://******') WHERE option_name = 'home' OR option_name = 'siteurl';
    2. UPDATE vbSym8_posts SET guid = replace(guid, 'https://******','http://******');
    3. UPDATE vbSym8_posts SET post_content = replace(post_content, 'https://******', 'http://******');
    4. UPDATE vbSym8_postmeta SET meta_value = replace(meta_value,'https://******','http://******');

    Unfortunately its only a workaround
    Maybe someone has an idea to solve the problem completely

    Hi there,


    unfortunately I have forgotten my old userdata, so I must create a new one.


    To the history:
    I had got a server by strato with plesk some time ago and now I want to migrate the webserver to another host by hetzner.
    So I have reconfigured the DNS settings in cloudflare and uploaded the data to the new server with IMSCP (I like imscp more that plesk, because its much easier and there is much better support :))


    Now, when I want to open the website in the browser via https, I receive the following failure:


    Code
    1. Error 525 Ray ID: 30f8d0fb1bb51589 • 2016-12-11 12:07:27 UTC
    2. SSL handshake failed

    I don't know if this is a mistake with cloudflare or a mismatch with IMSCP.


    If I open the page via http, so problems are shown.


    Sorry, but if I forgot some needed files, I am sorry :angel:


    Maybe someone has the same problems and has solved it
    Unfortunately I haven't found someting in this forum.


    Kind regards and have a nice sunday


    Michael :love:


    PS: Maybe some more Information: I am using wordpress and woltlab wbb4 - on both systems the same error
    PSS:


    If I search the problem in the cloudflare know how database, I found the following:




    A 525 error states that the SSL handshake between CloudFlare and the origin server that hosts the domain failed. This means that CloudFlare is set to use Full SSL in the CloudFlare settings for the domain, so CloudFlare attempts to make a connection using SSL (for requests beginning in https://) to server that hosts the domain.
    Likely reasons for this failure include:

    • The origin server does not support or is not configured properly for SNI.
    • The cipher suites that CloudFlare accepts and the cipher suites that the origin server uses do not match.
    • The origin server is not configured to use SSL and Full SSL is enabled in the CloudFlare settings.