Skip to content

Check that the x509 proxy is valid before using x509userproxy option

Jan Kuechler requested to merge fix_condor_x509_proxy into master

Release notes

  • fix x509userproxy option for condor (on lxplus) when the proxy is expired

Details

On lxplus, when the $X509_USER_PROXY env var points to an expired proxy, condor will give a "proxy has expired" error message during submission. This check uses voms-proxy-info to check that the proxy is still valid before adding the option to the submission script.

Merge request reports