Skip to content
  • Daan van Renterghem's avatar
    3224e870
    Fix client-certificate match if-check · 3224e870
    Daan van Renterghem authored
    `preg_match` returns `0` if no matches are found, `FALSE` only on error. This means that with the previous check unmatching certificates would not be identified, only when the preg_match itself would error.
    3224e870
    Fix client-certificate match if-check
    Daan van Renterghem authored
    `preg_match` returns `0` if no matches are found, `FALSE` only on error. This means that with the previous check unmatching certificates would not be identified, only when the preg_match itself would error.
Loading