Welcome to Centmin Mod Community
Register Now

400 Bad Request for betainstaller7x.sh

Discussion in 'Bug Reports' started by tininho, Sep 16, 2020.

  1. tininho

    tininho Active Member

    182
    44
    28
    May 22, 2019
    eu
    Ratings:
    +135
    Local Time:
    8:19 PM
    Code:
    # install centmin mod latest beta with php-fpm 7.4 default
    # https://community.centminmod.com/threads/centmin-mod-09-beta-branch-testing.4128/
    yum -y update; curl -O https://centminmod.com/betainstaller74.sh && chmod 0700 betainstaller74.sh && bash betainstaller74.sh
    Throws an error:

    Code:
    400 Bad Request
    No required SSL certificate was sent


     
  2. bitserver

    bitserver New Member

    14
    4
    3
    Feb 15, 2020
    Ratings:
    +6
    Local Time:
    8:19 PM
    got the same
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    3:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Whoops sorry about that. My bad I was playing with custom per hostname Cloudflare Authenticated Origin Pull certificates using my own generated CA root and CA client certificates https://developers.cloudflare.com/s...pull-using-customer-certificates-per-hostname and during troubleshooting my setup, I accidentally disabled the normal global CF Authenticated Origin Pull certificate setup outlined at Cloudflare - Setting Up Cloudflare Authenticated Origin Pulls Protecting Your Origins :eek:

    So re-enabled for global CF Authenticated Origin Pull certificate setup now.
     
  4. bitserver

    bitserver New Member

    14
    4
    3
    Feb 15, 2020
    Ratings:
    +6
    Local Time:
    8:19 PM
    I still got "Remote file name has no length" and it stop executing
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    3:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    when do you get that, what command are you running ? the installer ?

    what's output for
    Code (Text):
    curl -Iv https://centminmod.com/betainstaller74.sh
    

    for posting code or output from commands to keep the formatting, you might want to use CODE tags for code How to use forum BBCODE code tags :)