Skip to content

LCGDM-2959 verify CRL for HTTP-TPC transfers

Petr Vokac requested to merge vokac/dmlite:use-CRL-for-TPC into develop

By default verify certificate revocation files stored in the grid certificates directory. Two new configuration options

  • DiskSSLCARevocationPath path to *.r0 CRL files refreshed by fetch-crl
  • DiskSSLCARevocationCheck enable (chain) or disable (none) CRL verification

Merge request reports