Skip to content

Instantly share code, notes, and snippets.

@AntoniosHadji
Last active July 27, 2018 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoniosHadji/7e257491c14804bbd618165016a0d0dc to your computer and use it in GitHub Desktop.
Save AntoniosHadji/7e257491c14804bbd618165016a0d0dc to your computer and use it in GitHub Desktop.
lets encrypt error log
2018-07-27 17:19:20,549:DEBUG:certbot.main:certbot version: 0.26.1
2018-07-27 17:19:20,551:DEBUG:certbot.main:Arguments: ['--nginx', '-d', 'alpha.sivantagemarketing.com', '--debug-challenges', '-v']
2018-07-27 17:19:20,551:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-07-27 17:19:20,562:DEBUG:certbot.log:Root logging level set at 10
2018-07-27 17:19:20,563:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-07-27 17:19:20,564:DEBUG:certbot.plugins.selection:Requested authenticator nginx and installer nginx
2018-07-27 17:19:21,044:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin - Alpha
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x7f9bbde2ebe0>
Prep: True
2018-07-27 17:19:21,046:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_nginx.configurator.NginxConfigurator object at 0x7f9bbde2ebe0> and installer <certbot_nginx.configurator.NginxConfigurator object at 0x7f9bbde2ebe0>
2018-07-27 17:19:21,046:INFO:certbot.plugins.selection:Plugins selected: Authenticator nginx, Installer nginx
2018-07-27 17:19:21,051:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(uri='https://acme-v01.api.letsencrypt.org/acme/reg/18597040', body=Registration(only_return_existing=None, terms_of_service_agreed=None, contact=('mailto:Antonios@SiVantageMarketing.com',), agreement='https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf', key=JWKRSA(key=<ComparableRSAKey(<cryptography.hazmat.backends.openssl.rsa._RSAPublicKey object at 0x7f9bbdd33780>)>), status=None), terms_of_service='https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf', new_authzr_uri='https://acme-v01.api.letsencrypt.org/acme/new-authz'), 89a597600487584639e3ade902b41bea, Meta(creation_host='alpha.sivantagemarketing.com', creation_dt=datetime.datetime(2017, 7, 10, 23, 25, 32, tzinfo=<UTC>)))>
2018-07-27 17:19:21,053:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2018-07-27 17:19:21,056:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
2018-07-27 17:19:21,229:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
2018-07-27 17:19:21,230:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 658
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Fri, 27 Jul 2018 17:19:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 27 Jul 2018 17:19:21 GMT
Connection: keep-alive
{
"BCqfh9ZLovU": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2018-07-27 17:19:21,234:INFO:certbot.main:Obtaining a new certificate
2018-07-27 17:19:21,286:DEBUG:certbot.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0017_key-certbot.pem
2018-07-27 17:19:21,289:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0017_csr-certbot.pem
2018-07-27 17:19:21,290:DEBUG:acme.client:Requesting fresh nonce
2018-07-27 17:19:21,290:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-order.
2018-07-27 17:19:21,394:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-order HTTP/1.1" 405 0
2018-07-27 17:19:21,395:DEBUG:acme.client:Received response:
HTTP 405
Server: nginx
Content-Type: application/problem+json
Content-Length: 103
Allow: POST
Replay-Nonce: yLIIJAOyzutUzcP7HdeGgDgHqKTeKQHvM8dekDxpcBM
Expires: Fri, 27 Jul 2018 17:19:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 27 Jul 2018 17:19:21 GMT
Connection: keep-alive
2018-07-27 17:19:21,396:DEBUG:acme.client:Storing nonce: yLIIJAOyzutUzcP7HdeGgDgHqKTeKQHvM8dekDxpcBM
2018-07-27 17:19:21,396:DEBUG:acme.client:JWS payload:
b'{\n "resource": "new-order",\n "identifiers": [\n {\n "value": "alpha.sivantagemarketing.com",\n "type": "dns"\n }\n ],\n "status": "pending"\n}'
2018-07-27 17:19:21,403:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"signature": "Q-72N0hmSj7mjlmJzOZMginI65BcHhgKeEXogkcSIOP4KCdv9S_7-uthwOqz0-iQS5WRhJ0qWvAs2fYpueMO_WBDPd0mov1KqWPiYTMDcPkb_nl0cpITPZZR-aLeb-Ru0duIX1vRJcpZ3RhH3KjIxIB6JgBGwgBt8JxjHrTs0Amv0CuIt1VhEqvd8lWqQ6EoCN-7OablWR_miHhZKKOsgSN8R3mKVjTb_u3FshlPMzy_2z3EnI2-E7-0VGFjO2s3rjRV3K_PFBJoNC_bSyypewge0G3Y7eH4vUS_-xcpes02NXSNIMbDJMI9OGsXzHqTgvfz_cCi1T3T3qmy7v6UwQ",
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8xODU5NzA0MCIsICJub25jZSI6ICJ5TElJSkFPeXp1dFV6Y1A3SGRlR2dEZ0hxS1RlS1FIdk04ZGVrRHhwY0JNIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ",
"payload": "ewogICJyZXNvdXJjZSI6ICJuZXctb3JkZXIiLAogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInZhbHVlIjogImFscGhhLnNpdmFudGFnZW1hcmtldGluZy5jb20iLAogICAgICAidHlwZSI6ICJkbnMiCiAgICB9CiAgXSwKICAic3RhdHVzIjogInBlbmRpbmciCn0"
}
2018-07-27 17:19:21,526:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 385
2018-07-27 17:19:21,527:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Content-Type: application/json
Content-Length: 385
Boulder-Requester: 18597040
Location: https://acme-v02.api.letsencrypt.org/acme/order/18597040/23611159
Replay-Nonce: 1_2H412LwpHyfmVFQcqSf3KHBtRfDd65og8MU_McDJk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Fri, 27 Jul 2018 17:19:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 27 Jul 2018 17:19:21 GMT
Connection: keep-alive
{
"status": "pending",
"expires": "2018-08-03T17:19:21.44816255Z",
"identifiers": [
{
"type": "dns",
"value": "alpha.sivantagemarketing.com"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/18597040/23611159"
}
2018-07-27 17:19:21,528:DEBUG:acme.client:Storing nonce: 1_2H412LwpHyfmVFQcqSf3KHBtRfDd65og8MU_McDJk
2018-07-27 17:19:21,529:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/acme/authz/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo.
2018-07-27 17:19:21,628:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /acme/authz/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo HTTP/1.1" 200 920
2018-07-27 17:19:21,629:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 920
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Fri, 27 Jul 2018 17:19:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 27 Jul 2018 17:19:21 GMT
Connection: keep-alive
{
"identifier": {
"type": "dns",
"value": "alpha.sivantagemarketing.com"
},
"status": "pending",
"expires": "2018-08-03T17:19:21Z",
"challenges": [
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747070",
"token": "KQ12DcR9JFYEjDpNT-KoiaZ4e_fAAMEOAHxT0nTDZiA"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747071",
"token": "s8n8qCrDrvxlYrA12JdNGaqxShWgVZIGQqbmvtMLg2g"
},
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747072",
"token": "S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s"
}
]
}
2018-07-27 17:19:21,630:INFO:certbot.auth_handler:Performing the following challenges:
2018-07-27 17:19:21,631:INFO:certbot.auth_handler:http-01 challenge for alpha.sivantagemarketing.com
2018-07-27 17:19:21,673:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/marketingmedicinewoman.com
2018-07-27 17:19:21,674:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/fuelthebodywell.com
2018-07-27 17:19:21,674:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/alpha.sivantagemarketing.com
2018-07-27 17:19:21,675:DEBUG:certbot.reverter:Creating backup of /etc/nginx/common/wpcommon-php7.conf
2018-07-27 17:19:21,675:DEBUG:certbot.reverter:Creating backup of /etc/nginx/nginx.conf
2018-07-27 17:19:21,675:DEBUG:certbot.reverter:Creating backup of /etc/letsencrypt/options-ssl-nginx.conf
2018-07-27 17:19:21,676:DEBUG:certbot.reverter:Creating backup of /etc/nginx/common/locations.conf
2018-07-27 17:19:21,676:DEBUG:certbot.reverter:Creating backup of /etc/nginx/common/php7.conf
2018-07-27 17:19:21,677:DEBUG:certbot.reverter:Creating backup of /var/www/fuelthebodywell.com/conf/nginx/header.conf
2018-07-27 17:19:21,677:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/longview
2018-07-27 17:19:21,678:DEBUG:certbot.reverter:Creating backup of /etc/nginx/conf.d/force-ssl-fuelthebodywell.com.conf
2018-07-27 17:19:21,678:DEBUG:certbot.reverter:Creating backup of /etc/nginx/conf.d/fastcgi.conf
2018-07-27 17:19:21,678:DEBUG:certbot.reverter:Creating backup of /var/www/fuelthebodywell.com/conf/nginx/ssl.conf
2018-07-27 17:19:21,679:DEBUG:certbot.reverter:Creating backup of /etc/nginx/conf.d/upstream.conf
2018-07-27 17:19:21,679:DEBUG:certbot.reverter:Creating backup of /etc/nginx/conf.d/blockips.conf
2018-07-27 17:19:21,680:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/default
2018-07-27 17:19:21,680:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/22222
2018-07-27 17:19:21,681:DEBUG:certbot.reverter:Creating backup of /etc/nginx/common/acl.conf
2018-07-27 17:19:21,681:DEBUG:certbot.reverter:Creating backup of /etc/nginx/mime.types
2018-07-27 17:19:21,681:DEBUG:certbot.reverter:Creating backup of /etc/nginx/common/locations-php7.conf
2018-07-27 17:19:21,682:DEBUG:certbot.reverter:Creating backup of /etc/nginx/common/wpfc-php7.conf
2018-07-27 17:19:21,682:DEBUG:certbot.reverter:Creating backup of /etc/nginx/sites-enabled/letters.fuelthebodywell.com
2018-07-27 17:19:21,683:DEBUG:certbot.reverter:Creating backup of /var/www/fuelthebodywell.com/conf/nginx/redirect.conf
2018-07-27 17:19:21,684:DEBUG:certbot_nginx.parser:Writing nginx conf tree to /etc/nginx/sites-enabled/alpha.sivantagemarketing.com:
server {rewrite ^(/.well-known/acme-challenge/.*) $1 break; # managed by Certbot
server_name alpha.sivantagemarketing.com;
access_log /var/log/nginx/alpha.sivantagemarketing.com.access.log rt_cache;
error_log /var/log/nginx/alpha.sivantagemarketing.com.error.log;
root /var/www/alpha.sivantagemarketing.com/htdocs;
index index.php index.html index.htm;
include common/wpfc-php7.conf;
include common/wpcommon-php7.conf;
include common/locations-php7.conf;
include /var/www/alpha.sivantagemarketing.com/conf/nginx/*.conf;
location = /.well-known/acme-challenge/S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s{default_type text/plain;return 200 S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s.y7PoK8mSaFpQiAQV7NxCUdRla2BSp9UIHFoUk9UNZa8;} # managed by Certbot
}
2018-07-27 17:19:21,687:DEBUG:certbot_nginx.parser:Writing nginx conf tree to /etc/nginx/nginx.conf:
user www-data;
worker_processes auto;
worker_rlimit_nofile 100000;
pid /run/nginx.pid;
events {
worker_connections 4096;
multi_accept on;
}
http {
include /etc/letsencrypt/le_http_01_cert_challenge.conf;
server_names_hash_bucket_size 128;
##
# EasyEngine Settings
##
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 30;
types_hash_max_size 2048;
server_tokens off;
reset_timedout_connection on;
add_header X-Powered-By "EasyEngine 3.8.1";
add_header rt-Fastcgi-Cache $upstream_cache_status;
# Limit Request
limit_req_status 403;
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
# Proxy Settings
# set_real_ip_from proxy-server-ip;
# real_ip_header X-Forwarded-For;
fastcgi_read_timeout 300;
client_max_body_size 100m;
##
# SSL Settings
##
ssl_session_cache shared:SSL:20m;
ssl_session_timeout 10m;
ssl_prefer_server_ciphers on;
# https://easyengine.io/tutorials/nginx/diffie-hellman-logjam-attack-fix/
#ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA;
ssl_dhparam /etc/nginx/dhparams.pem;
# standard config continues here
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
##
# Basic Settings
##
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;
include /etc/nginx/mime.types;
default_type application/octet-stream;
##
# Logging Settings
##
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
# Log format Settings
log_format rt_cache '$remote_addr $upstream_response_time $upstream_cache_status [$time_local] '
'$http_host "$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
##
# Gzip Settings
##
gzip on;
gzip_disable "msie6";
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types
application/atom+xml
application/javascript
application/json
application/rss+xml
application/vnd.ms-fontobject
application/x-font-ttf
application/x-web-app-manifest+json
application/xhtml+xml
application/xml
font/opentype
image/svg+xml
image/x-icon
text/css
text/plain
text/x-component
text/xml
text/javascript;
##
# Virtual Host Configs
##
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
#mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
# server {
# listen localhost:110;
# protocol pop3;
# proxy on;
# }
#
# server {
# listen localhost:143;
# protocol imap;
# proxy on;
# }
#}
2018-07-27 17:19:22,726:INFO:certbot.auth_handler:Waiting for verification...
2018-07-27 17:20:35,119:DEBUG:acme.client:JWS payload:
b'{\n "resource": "challenge",\n "keyAuthorization": "S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s.y7PoK8mSaFpQiAQV7NxCUdRla2BSp9UIHFoUk9UNZa8",\n "type": "http-01"\n}'
2018-07-27 17:20:35,122:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747072:
{
"signature": "LQAEtXQkLgH2Q5AsbjPrEOCsVqvBcSTrgfQAGorKa9oHOjePJ-C7kHsXCxAw4PqrKi1jVABZeJL3XdP-Wy3BjwJqllBezAtMby8G552cFDSEJPkqAxQ_eKxMvL0Hl05fl7GncMuQyXekNueET42RUMhqnCBwCAEYN4wc9vY44LnTMQrTdJ3vsFZnkJY2vKdb-S0KtjXjSkCSGA8aU1ZkpXq9phOAuqaW_N7pyDmQWd9sF5hu-yXLxgIqhQdoddeIWmy5rKPSEvrm0D5kzCYOFrxpN3ccJUPT3Ra2Kygv8Xuyco6Lds8wVNvYzNDrbshJL5ULO3yZ_souchs5epw0IA",
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8xODU5NzA0MCIsICJub25jZSI6ICIxXzJINDEyTHdwSHlmbVZGUWNxU2YzS0hCdFJmRGQ2NW9nOE1VX01jREprIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvbUJfTzMzcHpIRnlvOXhKVlJicDQ3Z3pkWmhWdGtJSEpKM0VpYkFid1JHby81OTgyNzQ3MDcyIn0",
"payload": "ewogICJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLAogICJrZXlBdXRob3JpemF0aW9uIjogIlMzdTNmeTZfTHpYb2JjQ1EtZmhscExmcGdWVWlpYlZGczVvUER6WFQ3NnMueTdQb0s4bVNhRnBRaUFRVjdOeENVZFJsYTJCU3A5VUlIRm9VazlVTlphOCIsCiAgInR5cGUiOiAiaHR0cC0wMSIKfQ"
}
2018-07-27 17:20:35,236:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747072 HTTP/1.1" 200 223
2018-07-27 17:20:35,238:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 223
Boulder-Requester: 18597040
Link: <https://acme-v02.api.letsencrypt.org/acme/authz/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747072
Replay-Nonce: _XrFr8CVx9GE4HOoz39aORei77qzMosUfoM3dsMHkHM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Fri, 27 Jul 2018 17:20:35 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 27 Jul 2018 17:20:35 GMT
Connection: keep-alive
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747072",
"token": "S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s"
}
2018-07-27 17:20:35,238:DEBUG:acme.client:Storing nonce: _XrFr8CVx9GE4HOoz39aORei77qzMosUfoM3dsMHkHM
2018-07-27 17:20:38,242:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/acme/authz/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo.
2018-07-27 17:20:38,344:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /acme/authz/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo HTTP/1.1" 200 1881
2018-07-27 17:20:38,345:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 1881
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Fri, 27 Jul 2018 17:20:38 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 27 Jul 2018 17:20:38 GMT
Connection: keep-alive
{
"identifier": {
"type": "dns",
"value": "alpha.sivantagemarketing.com"
},
"status": "invalid",
"expires": "2018-08-03T17:19:21Z",
"challenges": [
{
"type": "dns-01",
"status": "invalid",
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747070",
"token": "KQ12DcR9JFYEjDpNT-KoiaZ4e_fAAMEOAHxT0nTDZiA"
},
{
"type": "tls-alpn-01",
"status": "invalid",
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747071",
"token": "s8n8qCrDrvxlYrA12JdNGaqxShWgVZIGQqbmvtMLg2g"
},
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Invalid response from http://alpha.sivantagemarketing.com/.well-known/acme-challenge/S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s: \"\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e404 Not Found\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody bgcolor=\"white\"\u003e\r\n\u003ccenter\u003e\u003ch1\u003e404 Not Found\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003e\"",
"status": 403
},
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/mB_O33pzHFyo9xJVRbp47gzdZhVtkIHJJ3EibAbwRGo/5982747072",
"token": "S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s",
"validationRecord": [
{
"url": "http://alpha.sivantagemarketing.com/.well-known/acme-challenge/S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s",
"hostname": "alpha.sivantagemarketing.com",
"port": "80",
"addressesResolved": [
"66.228.36.179",
"2600:3c03::f03c:91ff:fe7a:c7a1"
],
"addressUsed": "2600:3c03::f03c:91ff:fe7a:c7a1"
}
]
}
]
}
2018-07-27 17:20:38,347:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:
Domain: alpha.sivantagemarketing.com
Type: unauthorized
Detail: Invalid response from http://alpha.sivantagemarketing.com/.well-known/acme-challenge/S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s: "<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>"
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.
2018-07-27 17:20:38,349:DEBUG:certbot.error_handler:Encountered exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 82, in handle_authorizations
self._respond(aauthzrs, resp, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 155, in _respond
self._poll_challenges(aauthzrs, chall_update, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 226, in _poll_challenges
raise errors.FailedChallenges(all_failed_achalls)
certbot.errors.FailedChallenges: Failed authorization procedure. alpha.sivantagemarketing.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://alpha.sivantagemarketing.com/.well-known/acme-challenge/S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s: "<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>"
2018-07-27 17:20:38,349:DEBUG:certbot.error_handler:Calling registered functions
2018-07-27 17:20:38,349:INFO:certbot.auth_handler:Cleaning up challenges
2018-07-27 17:20:39,945:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.26.1', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1364, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1124, in run
certname, lineage)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 120, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 391, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 334, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 370, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 82, in handle_authorizations
self._respond(aauthzrs, resp, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 155, in _respond
self._poll_challenges(aauthzrs, chall_update, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 226, in _poll_challenges
raise errors.FailedChallenges(all_failed_achalls)
certbot.errors.FailedChallenges: Failed authorization procedure. alpha.sivantagemarketing.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://alpha.sivantagemarketing.com/.well-known/acme-challenge/S3u3fy6_LzXobcCQ-fhlpLfpgVUiibVFs5oPDzXT76s: "<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment