dmwm / DMWMMON

1 stars 8 forks source link

remove hardcoded CA_DIR from RecordIO #38

Closed pavel-demin closed 7 years ago

pavel-demin commented 7 years ago

CA_DIR hardcoded in RecordIO prevents UserAgent from finding CA_DIR via the X509_CERT_DIR environment variable. The default CA_DIR value defined on line 18 already includes '/etc/grid-security/certificates': https://github.com/pavel-demin/DMWMMON/blob/master/SpaceMon/UserAgent.pm#L18

This patch would also solve the issue https://github.com/dmwm/DMWMMON/issues/12