Welcome to Centmin Mod Community
Become a Member

Beta Branch update OpenSSL download to use https version in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 9, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    3:04 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update OpenSSL download to use https version in 123.09beta01


    123.09 has a fall back routine for OpenSSL downloads to use local centminmod.com download mirror if official OpenSSL download link is down. It's routine detects HTTP status code 200 to determine official mirror is up. But Centmin Mod used official OpenSSL download url used non-https one. So when checking HTTP status code, it always came up as 302 status code for HTTP to HTTPS redirect and falsely triggered the fall back routine. Using the official OpenSSL download url's HTTPS version link gives HTTP status code 200.

    Continue reading...

    123.09beta01 branch