[root@HMFR-4 ~]# systemctl stop httpd
[root@HMFR-4 ~]# certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/merchant.priceblaze.pk.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for merchant.priceblaze.pk
Error while running apachectl graceful.
Job for httpd.service invalid.
Unable to restart apache using [âapachectlâ, âgracefulâ]
Waiting for verificationâŚ
Cleaning up challenges
Attempting to renew cert (merchant.priceblaze.pk) from /etc/letsencrypt/renewal/merchant.priceblaze.pk.conf produced an unexpected error: Failed authorization procedure. merchant.priceblaze.pk (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://merchant.priceblaze.pk/.well-known/acme-challenge/VOMSrQgXufaFaxDdtOq8xVz8udwNRBTBoomldXx0oTw: â\n\n<html lang=âenâ>\n\n <meta http-equiv=âcontent-typeâ content=âtext/html; charset=utf-8â>\n Page notâ. Skipping.
Processing /etc/letsencrypt/renewal/admin.priceblaze.pk.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator standalone, Installer apache
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Running pre-hook command: systemctl stop httpd
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for admin.priceblaze.pk
Waiting for verificationâŚ
Cleaning up challenges
Resetting dropped connection: acme-staging-v02.api.letsencrypt.org
Error while running apachectl graceful.
Job for httpd.service invalid.
Unable to restart apache using [âapachectlâ, âgracefulâ]
new certificate deployed with reload of apache server; fullchain is
/etc/letsencrypt/live/admin.priceblaze.pk/fullchain.pem
Processing /etc/letsencrypt/renewal/www.priceblaze.pk.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator standalone, Installer apache
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Pre-hook command already run, skipping: systemctl stop httpd
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for www.priceblaze.pk
Cleaning up challenges
Attempting to renew cert (www.priceblaze.pk) from /etc/letsencrypt/renewal/www.priceblaze.pk.conf produced an unexpected error: Problem binding to port 80: Could not bind to IPv4 or IPv6⌠Skipping.
The following certs could not be renewed:
/etc/letsencrypt/live/merchant.priceblaze.pk/fullchain.pem (failure)
/etc/letsencrypt/live/www.priceblaze.pk/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates below have not been saved.)
The following certs were successfully renewed:
/etc/letsencrypt/live/admin.priceblaze.pk/fullchain.pem (success)
The following certs could not be renewed:
/etc/letsencrypt/live/merchant.priceblaze.pk/fullchain.pem (failure)
/etc/letsencrypt/live/www.priceblaze.pk/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates above have not been saved.)
Running post-hook command: systemctl start httpd
2 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: merchant.priceblaze.pk
Type: unauthorized
Detail: Invalid response from
http://merchant.priceblaze.pk/.well-known/acme-challenge/VOMSrQgXufaFaxDdtOq8xVz8udwNRBTBoomldXx0oTw:
"\n\n<html lang=âenâ>\n\n <meta
http-equiv=âcontent-typeâ content=âtext/html; charset=utf-8â>\n
Page not"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
[root@HMFR-4 ~]# systemctl status apachectl
â apachectl.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
[root@HMFR-4 ~]# systemctl status apache2
â apache2.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
[root@HMFR-4 ~]# systemctl start httpd
kindly advise further .