Get the most out of your Centmin Mod LEMP stack
Become a Member

Beta Branch ignore invalid ssl cert for centmin mod github change repo detection in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 5, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    59,373
    12,513
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,149
    Local Time:
    11:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    ignore invalid ssl cert for centmin mod github change repo detection in 123.09beta01

    Workaround for invalid or misconfigured github.com HTTPS SSL certificates for centmin mod github change repo detection routine - which checks a remote url file, gitclean.txt hosted on centmin mod github repo to determine if official centmin mod github repo url has changed i.e. if in future if i change/rename the centmin mod github repo name., the detection routine will determine if the centmin mod github repo has been renamed by checking remote url file, giturl.txt hosted on centmin mod github repo and automatically pull down a fresh version from the new renamed repo url contained in giturl.txt. However, if github misconfigures their HTTPS SSL certificates, checking that hosted url file, gitclean.txt and giturl.txt will be broken and centmin incorrectly thinks the centmin mod github repo has been renamed so will keep trying to pull down a fresh version of existing github repo. So workaround is to check the hosted url ignoring HTTPS ssl certificate errors to prevent falsely triggering the change repo detection routine.


    Continue reading...

    123.09beta01 branch