Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let Synda continue after an error trying to renew a certificate #145

Closed
wants to merge 1 commit into from

Conversation

painter1
Copy link
Contributor

@painter1 painter1 commented May 8, 2020

Presently, if Synda encounters an error trying to renew a certificate, it quits.

With this change, the user can set a 'download' option 'continue_on_cert_errors'
to 'true' in sdt.conf. Then Synda will just keep on going. It defaults to
'false', so you the old behavior if you do not change your config file.
However, for CMIP-6 most data nodes do not require authentication, to it is best
to set continue_on_cert_errors to true and keep on getting the data.

I made these changes because last month the LLNL identity/myproxy server was down for 3-4 days. That brought down Synda even though the certs were probably ok and most data nodes didn't require them at all. This won't happen again.

With this change, the user can set a 'download' option 'continue_on_cert_errors'
to 'true' in sdt.conf.  Then Synda will just keep on going.  It defaults to
'false', so you the old behavior if you do not change your config file.
However, for CMIP-6 most data nodes do not require authentication, to it is best
to set continue_on_cert_errors to true and keep on getting the data.
@painter1 painter1 changed the title If Synda encounters an error trying to renew a certificate, it quits. Let Synda continue after an error trying to renew a certificate May 13, 2020
@painter1
Copy link
Contributor Author

painter1 commented Mar 3, 2021

Replaced with pull request #164 in order to be compatible with recent changes to the master branch.

@painter1 painter1 closed this Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant