#59 Certificate Problem: certificate has expired

已关闭
sprenger2 年之前创建 · 4 条评论
sprenger 评论于 2 年之前

When updating a local copy of a repository I lately receive frequently a Certificate Problem: Certificate has expired error. The error occurs not always, but in up to 50% of the requests.

I am using datalad for the update and the complete error message is

datalad.support.exceptions.IncompleteResultsError: Command did not complete successfully. 1 failed:
[{'action': 'update',
  'message': ('Fetch failed: %s',
              "CommandError: 'git -c diff.ignoreSubmodules=none fetch "
              "--verbose --progress --no-recurse-submodules --prune origin' "
              'failed with exitcode 128 under '
              "/home/user/ephy_testing_data [err: 'fatal: unable to "
              'access '
              "'https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/': SSL "
              "certificate problem: certificate has expired'] "
              '[cmd.py:run:408]'),
  'path': '/home/user/ephy_testing_data',
  'refds': '/home/user/ephy_testing_data',
  'status': 'error',
  'type': 'dataset'}

Is this something that can be fixed on the server side or should I adjust my request to the server? Multiple attempts of requests can be seen here.

When updating a local copy of a repository I lately receive frequently a `Certificate Problem: Certificate has expired` error. The error occurs not always, but in up to 50% of the requests. I am using datalad for the update and the complete error message is ``` datalad.support.exceptions.IncompleteResultsError: Command did not complete successfully. 1 failed: [{'action': 'update', 'message': ('Fetch failed: %s', "CommandError: 'git -c diff.ignoreSubmodules=none fetch " "--verbose --progress --no-recurse-submodules --prune origin' " 'failed with exitcode 128 under ' "/home/user/ephy_testing_data [err: 'fatal: unable to " 'access ' "'https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/': SSL " "certificate problem: certificate has expired'] " '[cmd.py:run:408]'), 'path': '/home/user/ephy_testing_data', 'refds': '/home/user/ephy_testing_data', 'status': 'error', 'type': 'dataset'} ``` Is this something that can be fixed on the server side or should I adjust my request to the server? Multiple attempts of requests can be seen [here](https://github.com/NeuralEnsemble/python-neo/actions/runs/2051692151/attempts/1).
Michael Sonntag 评论于 2 年之前
所有者

The certificate has been recently refreshed and unfortunately has not propagated through all the sites where it is cached. I tried flushing at least the google public DNS, maybe this helps speeding the process.

The certificate has been recently refreshed and unfortunately has not propagated through all the sites where it is cached. I tried flushing at least the google public DNS, maybe this helps speeding the process.
Benjamin 评论于 2 年之前

FTR: While I came here to report on datalad's CI failure (essentially same as above), I also get NET::ERR_CERT_DATE_INVALID from chromium.

FTR: While I came here to report on datalad's CI failure (essentially same as above), I also get `NET::ERR_CERT_DATE_INVALID` from chromium.
Michael Sonntag 评论于 2 年之前
所有者

The issue should be resolved. If you experience any further problems, please let us know.

The issue should be resolved. If you experience any further problems, please let us know.
sprenger 评论于 2 年之前
发布者

I can confirm it is resolved on my side. Thanks for the fix!

I can confirm it is resolved on my side. Thanks for the fix!
登录 并参与到对话中。
未选择里程碑
未指派成员
3 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。