CyberPanel Community

Centos 7: SSL is invalid and missing /.well-known/acme-challenge context in vHost

11 replies
jo
josephgodwinke #4

Does a website for your panel domain exist ?

ta
tarek-kshk #7

The installations are not new

ta
tarek-kshk #8

hi
Is there a solution to the problem؟؟

jo
josephgodwinke #9

You can take these steps and see if it fixes your issue

ta
tarek-kshk #10

Thank you it’s working now

ta
tarek-kshk #11

hi
The repair was done in the following steps

1-

Do you have this context in your vHost conf? If not then add following configurations at the bottom of this configuration file

context /.well-known/acme-challenge {
  location                /usr/local/lsws/Example/html/.well-known/acme-challenge
  allowBrowse             1

  rewrite  {

  }
  addDefaultCharset       off

  phpIniOverride  {

  }
}

2-

thanks

jo
josephgodwinke #12

Unfortunately this is specific to centos 7 which is no longer recommended for new installations.

Sign in to reply