Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: wetleaves.com
I ran this command: sudo snap install --classic certbot
It produced this output: either:
error: unable to contact snap store
--or--
error: cannot perform the following tasks:
- Download snap "snapd" (21759) from channel "stable" (Get "https://canonical-bos01.cdn.snapcraftcontent.com/download-origin/canonical-lgw01/PMrrV4ml8uWuEUDBT8dSGnKUYbevVhc4_21759.snap?interactive=1&token=1724547600_5e906b10abcbea6b8609c3680d985bca024d59af": dial tcp 91.189.91.43:443: connect: connection timed out)
I have tried numerous times and get either of these responses. I have no problems getting anywhere else on Internet.
My web server is (include version): Apache2
The operating system my web server runs on is (include version): Ubuntu 24server LTS
My hosting provider, if applicable, is: none
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): not applicable, can't get this far...
Please advise how to troubleshoot....syslog shows:
2024-08-25T00:33:13.919764+00:00 signalsecurity2 systemd[1]: Starting snapd.service - Snap Daemon...
2024-08-25T00:33:13.965431+00:00 signalsecurity2 snapd[298289]: overlord.go:271: Acquiring state lock file
2024-08-25T00:33:13.965499+00:00 signalsecurity2 snapd[298289]: overlord.go:276: Acquired state lock file
2024-08-25T00:33:14.000893+00:00 signalsecurity2 snapd[298289]: daemon.go:247: started snapd/2.63.1+24.04 (series 16; classic) ubuntu/24.04 (amd64) linux/6.8.0-41-generic.
2024-08-25T00:33:14.024387+00:00 signalsecurity2 snapd[298289]: daemon.go:340: adjusting startup timeout by 30s (pessimistic estimate of 30s plus 5s per snap)
2024-08-25T00:33:14.025810+00:00 signalsecurity2 snapd[298289]: backends.go:58: AppArmor status: apparmor is enabled and all features are available
2024-08-25T00:33:14.095383+00:00 signalsecurity2 kernel: audit: type=1400 audit(1724545994.093:25): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=298337 comm="apparmor_parser"
2024-08-25T00:33:14.095392+00:00 signalsecurity2 kernel: audit: type=1400 audit(1724545994.093:26): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=298337 comm="apparmor_parser"
2024-08-25T00:33:14.103636+00:00 signalsecurity2 systemd[1]: Started snapd.service - Snap Daemon.
2024-08-25T00:33:14.117130+00:00 signalsecurity2 snapd[298289]: api_snaps.go:427: Installing snap "certbot" revision unset
2024-08-25T00:33:14.117391+00:00 signalsecurity2 snapd[298289]: store_download.go:142: no host system xdelta3 available to use deltas
2024-08-25T00:34:29.158127+00:00 signalsecurity2 snapd[298289]: daemon.go:519: gracefully waiting for running hooks
2024-08-25T00:34:29.158517+00:00 signalsecurity2 snapd[298289]: daemon.go:521: done waiting for running hooks
2024-08-25T00:34:32.159083+00:00 signalsecurity2 snapd[298289]: overlord.go:515: Released state lock file
2024-08-25T00:34:32.159194+00:00 signalsecurity2 snapd[298289]: daemon stop requested to wait for socket activation
2024-08-25T00:34:32.163896+00:00 signalsecurity2 systemd[1]: snapd.service: Deactivated successfully.
I think its an apparmor problem, wretched apparmor just seems to foul up everything. I think I am turning apparmor off, but the snap seems to turn it back on? Any help would be appreciated...