@JuergenAuer,
I tried to obtain a new certificate. It offered me to expand and replace the existing one, I chose to expand. Then error occurred. I deleted the existing certificate using certbot delete command.
Upon second attempt to obtain a new certificate error persisted. Here’s the log:
Expires: Fri, 08 Feb 2019 11:03:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 08 Feb 2019 11:03:51 GMT
Connection: keep-alive
{
"identifier": {
"type": "dns",
"value": "journal.fledu.uz"
},
"status": "valid",
"expires": "2019-03-08T19:44:33Z",
"challenges": [
{
"type": "dns-01",
"status": "pending",
"uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/ULQHyIY52t0tNmj8iU00944a1xubxsCFEGPbwHpN_Es/12316000355",
"token": "dAKiKIVjmpozHV02B5f_00lkuFbft3WG81wwsdpMEzw"
},
{
"type": "tls-alpn-01",
"status": "pending",
"uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/ULQHyIY52t0tNmj8iU00944a1xubxsCFEGPbwHpN_Es/12316000356",
"token": "uQYBoBxLGbtXOvNRKh3r9kj0kp1g8bPLWg9KKl4TFpM"
},
{
"type": "http-01",
"status": "valid",
"uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/ULQHyIY52t0tNmj8iU00944a1xubxsCFEGPbwHpN_Es/12316000357",
"token": "-bLjx1RhciRcwYgtHaXWPD5NpCFrScRw_8wTPW5H6M0",
"validationRecord": [
{
"url": "http://journal.fledu.uz/.well-known/acme-challenge/-bLjx1RhciRcwYgtHaXWPD5NpCFrScRw_8wTPW5H6M0",
"hostname": "journal.fledu.uz",
"port": "80",
"addressesResolved": [
"213.230.99.192"
],
"addressUsed": "213.230.99.192"
},
{
"url": "https://journal.fledu.uz/.well-known/acme-challenge/-bLjx1RhciRcwYgtHaXWPD5NpCFrScRw_8wTPW5H6M0",
"hostname": "journal.fledu.uz",
"port": "443",
"addressesResolved": [
"213.230.99.192"
],
"addressUsed": "213.230.99.192"
}
]
}
],
"combinations": [
[
1
],
[
0
],
[
2
]
]
}
2019-02-08 11:03:51,355:DEBUG:acme.client:Storing nonce: 0-dnREi8NHRCmJ3V3U3ZDSf1x19KgD3O-UNBIeqKw94
2019-02-08 11:03:51,356:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {u'status': u'pending', u'token': u'uQYBoBxLGbtXOvNRKh3r9kj0kp1g8bPLWg9KKl4TFpM', u'type': u'tls-alpn-01', u'uri': u'https://acme-v01.api.letsencrypt.org/acme/challenge/ULQHyIY52t0tNmj8iU00944a1xubxsCFEGPbwHpN_Es/12316000356'}
2019-02-08 11:03:51,356:INFO:certbot.auth_handler:Performing the following challenges:
2019-02-08 11:03:51,356:INFO:certbot.auth_handler:tls-sni-01 challenge for fledu.uz
2019-02-08 11:03:51,357:CRITICAL:certbot.auth_handler:Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
2019-02-08 11:03:51,357:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.19.0', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 861, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 698, in run
certname, lineage)
File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 85, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python2.7/dist-packages/certbot/client.py", line 357, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python2.7/dist-packages/certbot/client.py", line 318, in obtain_certificate
self.config.allow_subset_of_names)
File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 68, in get_authorizations
self._choose_challenges(domains)
File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 103, in _choose_challenges
self.authzr[dom].body.combinations)
File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 374, in gen_challenge_path
return _find_smart_path(challbs, preferences, combinations)
File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 411, in _find_smart_path
_report_no_chall_path()
File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 442, in _report_no_chall_path
raise errors.AuthorizationError(msg)
AuthorizationError: Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.