Error when force renewing SSL

management/ssl_certificates.py --force

box.domain.com, domain.com, www.domain.com:
Something unexpected went wrong: [NeedToInstallFile(‘http://box.domain.com/.well-known/acme-challenge/s56zfOf-35B2yfDMRx95Mwn4AG_62yihgJMJRTi8P6g’, ‘s56zfOf-35B2yfDMRx95Mwn4AG_62yihgJMJRTi8P6g.P0_XzRDm4yjzBQIHXV3ZwkKNAKpllnMpUG3t7ozZVbs’, ‘s56zfOf-35B2yfDMRx95Mwn4AG_62yihgJMJRTi8P6g’)]
Exception ignored in: <bound method ClientNetwork.del of <acme.client.ClientNetwork object at 0x7fc58eadeac8>>
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/acme/client.py”, line 534, in del
self.session.close()
File “/usr/local/lib/python3.4/dist-packages/requests/sessions.py”, line 689, in close
for v in self.adapters.values():
File “/usr/lib/python3.4/_collections_abc.py”, line 512, in iter
for key in self._mapping:
File “/usr/lib/python3.4/collections/init.py”, line 91, in iter
curr = root.next
ReferenceError: weakly-referenced object no longer exists
Exception ignored in: <bound method ClientNetwork.del of <acme.client.ClientNetwork object at 0x7fc58e5f9c50>>
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/acme/client.py”, line 534, in del
self.session.close()
File “/usr/local/lib/python3.4/dist-packages/requests/sessions.py”, line 689, in close
for v in self.adapters.values():
File “/usr/lib/python3.4/_collections_abc.py”, line 512, in iter
for key in self._mapping:
File “/usr/lib/python3.4/collections/init.py”, line 91, in iter
curr = root.next
ReferenceError: weakly-referenced object no longer exists

I had the same issue. - “ReferenceError: weakly-referenced object no longer exists”

I’m not sure entire where the bug is occurring. From the stack dump it seems to be in a module and not in mailinabox.

The certificate was created with the correct subjectAltName, but the old certificate is still installed and still in the mailinabox system admin.

1 Like

Still un-solve for me till now :|.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.