You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In daemon mode, when certificate error occurs, the daemon is stopped
Example
traceback file is:
Traceback (most recent call last):
File "/home/synda/sdt/lib/sd/sdworkerutils.py", line 33, in run
self._service.run(self._instance)
File "/home/synda/sdt/lib/sd/sddmdefault.py", line 40, in run
cls.start_transfer_script(tr)
File "/home/synda/sdt/lib/sd/sddmdefault.py", line 48, in
start_transfer_script
sdlogon.renew_certificate(False)
File "/home/synda/sdt/lib/sd/sdlogon.py", line 87, in renew_certificate
(hostname,port,username)=sdopenid.extract_info_from_openid(openid)
File "/home/synda/sdt/lib/sd/sdopenid.py", line 42, in
extract_info_from_openid
raise OpenIDProcessingException('SDOPENID-002','Error occured while
processing OpenID')
OpenIDProcessingException: code=SDOPENID-002,message=Error occured while
processing OpenID
In daemon mode, when certificate error occurs, the daemon is stopped
Example
traceback file is:
transfer.log is
The selection file is
A better behaviour would be to keep the daemon running, stop starting new download, and retry certificate renewal at a given interval.
The text was updated successfully, but these errors were encountered: