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: nc.uwell.pro
I ran this command: certbot --apache -d nc.uwell.pro
It produced this output: certbot --apache -d nc.uwell.pro
Saving debug log to /var/log/letsencrypt/letsencrypt.log
An unexpected error occurred:
josepy.errors.DeserializationError: Deserialization error: Expecting value: line 1 column 1 (char 0)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
root@user:/var/log/letsencrypt# certbot -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
An unexpected error occurred:
josepy.errors.DeserializationError: Deserialization error: Expecting value: line 1 column 1 (char 0)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
root@user:/var/log/letsencrypt#
My web server is (include version): Server version: Apache/2.4.52 (Ubuntu)
Server built: 2024-07-17T18:57:26
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: Ubunru 22.04.5 LTS kernel 5.15.0-130-generic
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): certbot 1.21.0
letsencrypt.log
2025-01-21 18:55:52,295:DEBUG:certbot._internal.main:certbot version: 1.21.0
2025-01-21 18:55:52,296:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-01-21 18:55:52,296:DEBUG:certbot._internal.main:Arguments: ['--apache', '-d', 'nc.uwell.pro']
2025-01-21 18:55:52,297:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-01-21 18:55:52,323:DEBUG:certbot._internal.log:Root logging level set at 30
2025-01-21 18:55:52,325:DEBUG:certbot._internal.plugins.selection:Requested authenticator apache and installer apache
2025-01-21 18:55:52,464:DEBUG:certbot_apache._internal.configurator:Apache version is 2.4.52
2025-01-21 18:55:52,921:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: Installer, Authenticator, Plugin
Entry point: apache = certbot_apache._internal.entrypoint:ENTRYPOINT
Initialized: <certbot_apache._internal.override_debian.DebianConfigurator object at 0x7ff1e1dcdd80>
Prep: True
2025-01-21 18:55:52,922:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_apache._internal.override_debian.DebianConfigurator object at 0x7ff1e1dcdd80> and installer <certbot_apache._internal.override_debian.DebianConfigurator object at 0x7ff1e1dcdd80>
2025-01-21 18:55:52,922:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator apache, Installer apache
2025-01-21 18:55:52,923:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/josepy/interfaces.py", line 176, in json_loads
loads = json.loads(json_string)
File "/usr/lib/python3.10/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/certbot", line 33, in <module>
sys.exit(load_entry_point('certbot==1.21.0', 'console_scripts', 'certbot')())
File "/usr/lib/python3/dist-packages/certbot/main.py", line 15, in main
return internal_main.main(cli_args)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1574, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1280, in run
le_client = _init_le_client(config, authenticator, installer)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 763, in _init_le_client
acc, acme = _determine_account(config)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 671, in _determine_account
accounts = account_storage.find_all()
File "/usr/lib/python3/dist-packages/certbot/_internal/account.py", line 190, in find_all
return self._find_all_for_server_path(self.config.server_path)
File "/usr/lib/python3/dist-packages/certbot/_internal/account.py", line 172, in _find_all_for_server_path
accounts.append(self._load_for_server_path(account_id, server_path))
File "/usr/lib/python3/dist-packages/certbot/_internal/account.py", line 225, in _load_for_server_path
regr = messages.RegistrationResource.json_loads(regr_file.read())
File "/usr/lib/python3/dist-packages/josepy/interfaces.py", line 178, in json_loads
raise errors.DeserializationError(error)
josepy.errors.DeserializationError: Deserialization error: Expecting value: line 1 column 1 (char 0)
2025-01-21 18:55:52,927:ERROR:certbot._internal.log:An unexpected error occurred:
2025-01-21 18:55:52,928:ERROR:certbot._internal.log:josepy.errors.DeserializationError: Deserialization error: Expecting value: line 1 column 1 (char 0)