Upgrade to 1.1.7 - SSL Error RebuidCustomerFiles

  • Your log is:



    I'll now check and fix the issue on your server...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re;


    Problem solved. This was due to the fact that your customers's certificates (self-signed certificates) don't have any CA bundle and to the fact that I've forgot to skip the normalization in such case. To resume, your ca_bundle fields in the database were corrupted with a line feed instead of be simply empty... I'll fix that in next release so..


    To solve the problem I've executed the following SQL query



    SQL
    1. UPDATE ssl_certs SET ca_bundle = '';


    Note: For other: don't do that without be sure that the ca_bundle must be empty ;)


    And resulting log is:


    Which is really better...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Please open another thread... Does our posting rules are so hard to follow?


    Edit:


    To re-enable SSL for the panel and/or the imscp services (ftp, mail...) run the following command:


    Code
    1. perl imscp-autoinstall -dasr ssl


    and then answer the questions. The certificate for the panel and the services is no longer the same in version 1.1.7. Parameter names for SSL were changed in the imscp.conf file and this explain why you must do so...


    BTW: Next time, I'll not answer if you do not open a thread per problem.


    Thank you for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206