Unable to delete certificates

TechSquidTV

Cadet
Joined
Apr 16, 2023
Messages
1
Hey folks, I'm trying TrueNAS Scale for the first time. Im getting started attempting to setup Traefik + Cloudflare SSL. At first, this did not work. After creating the 'ACME DNS-Authenticator' for Cloudflare, and then creating a CSR, the CSR would come back as "pending" status and get stuck there. I attempted to delete the CSR and it failed, stating an issue connecting to let's encrypt. I waited some time, rebooted, and it deleted. Now, I am attempting to delete the cert and try again, but I am getting the same issue.

1681667019943.png


You can see the cert that I _believe?_ was generated by the CSR that mentioned it was "pending" is unsigned.
1681667087730.png


Deleting (even with force enabled) results in this error:


Code:
HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /acme/new-nonce (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))


1681667215003.png
 
Top