Skip to content

Instantly share code, notes, and snippets.

/letsencrypt.log Secret

Created August 26, 2016 22:22
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 anonymous/52d4c9e00a1a8f54b4b03271783184ac to your computer and use it in GitHub Desktop.
Save anonymous/52d4c9e00a1a8f54b4b03271783184ac to your computer and use it in GitHub Desktop.
2016-08-26 22:11:19,054:DEBUG:certbot.main:Root logging level set at -20
2016-08-26 22:11:19,088:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2016-08-26 22:11:19,098:DEBUG:certbot.main:certbot version: 0.8.0
2016-08-26 22:11:19,108:DEBUG:certbot.main:Arguments: ['--webroot', '-w', '/Users/Shared/Jenkins/Sites/', '-d', 'jenkins.metropia.com', '-vvvvv']
2016-08-26 22:11:19,118:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#nginx,PluginEntryPoint#standalone,PluginEntryPoint#manual,PluginEntryPoint#webroot,PluginEntryPoint#apache,PluginEntryPoint#null)
2016-08-26 22:11:19,145:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2016-08-26 22:11:19,165:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: <certbot.plugins.webroot.Authenticator object at 0x103706d50>
Prep: True
2016-08-26 22:11:19,177:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x103706d50> and installer None
2016-08-26 22:11:19,336:DEBUG:certbot.main:Picked account: <Account(4a5efb5dbca40ca6e9d473aff4c581c5)>
2016-08-26 22:11:19,361:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
2016-08-26 22:11:19,461:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
2016-08-26 22:11:20,060:DEBUG:requests.packages.urllib3.connectionpool:"GET /directory HTTP/1.1" 200 280
2016-08-26 22:11:20,072:DEBUG:root:Received <Response [200]>. Headers: {'Content-Length': '280', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Boulder-Request-Id': '3Boae7C0kgbOxrLMSahF2EE9ytNYXcLqSXPPe0hp_rE', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'XyGuXYZc_qJsrNu4oY2b_BURegCE6jLFPGkcheVx75E'}. Content: '{\n "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",\n "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",\n "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",\n "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"\n}'
2016-08-26 22:11:20,082:DEBUG:acme.client:Received response <Response [200]> (headers: {'Content-Length': '280', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Boulder-Request-Id': '3Boae7C0kgbOxrLMSahF2EE9ytNYXcLqSXPPe0hp_rE', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'XyGuXYZc_qJsrNu4oY2b_BURegCE6jLFPGkcheVx75E'}): '{\n "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",\n "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",\n "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",\n "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"\n}'
2016-08-26 22:11:20,103:DEBUG:root:Requesting fresh nonce
2016-08-26 22:11:20,114:DEBUG:root:Sending HEAD request to https://acme-v01.api.letsencrypt.org/acme/new-authz. args: (), kwargs: {}
2016-08-26 22:11:20,222:DEBUG:requests.packages.urllib3.connectionpool:"HEAD /acme/new-authz HTTP/1.1" 405 0
2016-08-26 22:11:20,233:DEBUG:root:Received <Response [405]>. Headers: {'Content-Length': '91', 'Pragma': 'no-cache', 'Boulder-Request-Id': 'W4CFlBX81FGBgXt7_xISWjunqQPx0IVQxouJr6tPC2s', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Server': 'nginx', 'Connection': 'keep-alive', 'Allow': 'POST', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Content-Type': 'application/problem+json', 'Replay-Nonce': 'Dkv0l38LHmCTnOlQBkLIdhJ3etwN-59SARl65KZdikA'}. Content: ''
2016-08-26 22:11:20,244:DEBUG:acme.client:Storing nonce: '\x0eK\xf4\x97\x7f\x0b\x1e`\x93\x9c\xe9P\x06B\xc8v\x12wz\xdc\r\xfb\x9fR\x01\x19z\xe4\xa6]\x8a@'
2016-08-26 22:11:20,256:DEBUG:acme.jose.json_util:Omitted empty fields: challenges=None, status=None, combinations=None, expires=None
2016-08-26 22:11:20,268:DEBUG:acme.client:Serialized JSON: {"identifier": {"type": "dns", "value": "jenkins.metropia.com"}, "resource": "new-authz"}
2016-08-26 22:11:20,281:DEBUG:acme.jose.json_util:Omitted empty fields: typ=None, x5c=(), crit=(), x5tS256=None, kid=None, cty=None, jwk=None, x5u=None, x5t=None, alg=None, jku=None
2016-08-26 22:11:20,298:DEBUG:acme.jose.json_util:Omitted empty fields: typ=None, x5c=(), crit=(), x5tS256=None, kid=None, cty=None, x5u=None, nonce=None, jku=None, x5t=None
2016-08-26 22:11:20,313:DEBUG:root:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/new-authz. args: (), kwargs: {'data': '{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "5LjzYTaIOwGVscs-5k8PB0narizW2IKb71yuaEHVRpaB5dgOEGipWhwwaQcKS9Vz-Io6ywWVn7kag5py7KGdjnV-ltpsQG0HAApfQBygD9y_NfICvXlYWWrndDOfg-nfON2gW8ZSYOIZUqqjI7XtugyVUmcOsjW-q5tokmb0pSIt9yGCzJ8n7NUTkSGNZzXh90EzvNxfaH2vdwotFQcgGJ-HV1S1hWuF7di6JrKYT8HFKzlC5zZEmkvGDUWrl53Q0b9f9lXgnjfVoFeirp-Hck2bdXwxIohM_GNXJGWB4TnL3GsKhFgc-XM403TE-2iu9TQfC3Vd9IoDgRVH9ftlvQ"}}, "protected": "eyJub25jZSI6ICJEa3YwbDM4TEhtQ1RuT2xRQmtMSWRoSjNldHdOLTU5U0FSbDY1S1pkaWtBIn0", "payload": "eyJpZGVudGlmaWVyIjogeyJ0eXBlIjogImRucyIsICJ2YWx1ZSI6ICJqZW5raW5zLm1ldHJvcGlhLmNvbSJ9LCAicmVzb3VyY2UiOiAibmV3LWF1dGh6In0", "signature": "gi6VVAMWvjdxgzuTRH-vVXBY7xZ3QskPD5SlupQ5iF8XYPpxuAGKDBEzBQhNkusqp244qnbpF3ujHWKWWhaWmrT_Fn58JXdQZGcfpj_0CSKqMqVrfoJXpUAYqBhOYTh1QDEw68Av6xmYE1x6Hcu1DdaOnlkal8vnkFHxx95DUEPH2r6nHni_PGEy2-p1s3Oe1EgKQA_tLZLnCWhJzszbsdZseA_RLbDf-P15RRAAzZnwl55cbSoVG1Q_fh2EVxxanu7dLAGripTKfrRBeNY9fWpYlyT15j4PVo5eYNMVsgb5oXKoKKiNw5JgeM6Tn-F78HTRQGp7AQKT8Kg9t-YJjA"}'}
2016-08-26 22:11:20,428:DEBUG:requests.packages.urllib3.connectionpool:"POST /acme/new-authz HTTP/1.1" 201 1005
2016-08-26 22:11:20,441:DEBUG:root:Received <Response [201]>. Headers: {'Content-Length': '1005', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Boulder-Request-Id': 'qACodZgcZkJ-opWHKw-bQvqg8JAw3FL2Exd1BsAAIts', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/authz/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8', 'Pragma': 'no-cache', 'Boulder-Requester': '3352607', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'boFHuEprkmBecAdDF7HNKKnTPz8FzCjxLpMCi2mgfO4'}. Content: '{\n "identifier": {\n "type": "dns",\n "value": "jenkins.metropia.com"\n },\n "status": "pending",\n "expires": "2016-09-02T22:11:21.622879883Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627015",\n "token": "D5KBgKpZf0EzKfsN092A6dSZ2Pw29UNuzyq7o7opS5w"\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627016",\n "token": "p0ay1SbLpC7OsKmGwweNPsnTCCr7c_2s-hbHnbcOV44"\n },\n {\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017",\n "token": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s"\n }\n ],\n "combinations": [\n [\n 0\n ],\n [\n 1\n ],\n [\n 2\n ]\n ]\n}'
2016-08-26 22:11:20,453:DEBUG:acme.client:Storing nonce: 'n\x81G\xb8Jk\x92`^p\x07C\x17\xb1\xcd(\xa9\xd3??\x05\xcc(\xf1.\x93\x02\x8bi\xa0|\xee'
2016-08-26 22:11:20,465:DEBUG:acme.client:Received response <Response [201]> (headers: {'Content-Length': '1005', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Boulder-Request-Id': 'qACodZgcZkJ-opWHKw-bQvqg8JAw3FL2Exd1BsAAIts', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/authz/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8', 'Pragma': 'no-cache', 'Boulder-Requester': '3352607', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'boFHuEprkmBecAdDF7HNKKnTPz8FzCjxLpMCi2mgfO4'}): '{\n "identifier": {\n "type": "dns",\n "value": "jenkins.metropia.com"\n },\n "status": "pending",\n "expires": "2016-09-02T22:11:21.622879883Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627015",\n "token": "D5KBgKpZf0EzKfsN092A6dSZ2Pw29UNuzyq7o7opS5w"\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627016",\n "token": "p0ay1SbLpC7OsKmGwweNPsnTCCr7c_2s-hbHnbcOV44"\n },\n {\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017",\n "token": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s"\n }\n ],\n "combinations": [\n [\n 0\n ],\n [\n 1\n ],\n [\n 2\n ]\n ]\n}'
2016-08-26 22:11:20,480:DEBUG:acme.challenges:dns-01 was not recognized, full message: {u'status': u'pending', u'token': u'D5KBgKpZf0EzKfsN092A6dSZ2Pw29UNuzyq7o7opS5w', u'type': u'dns-01', u'uri': u'https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627015'}
2016-08-26 22:11:20,496:INFO:certbot.auth_handler:Performing the following challenges:
2016-08-26 22:11:20,510:INFO:certbot.auth_handler:http-01 challenge for jenkins.metropia.com
2016-08-26 22:11:20,526:INFO:certbot.plugins.webroot:Using the webroot path /Users/Shared/Jenkins/Sites for all unmatched domains.
2016-08-26 22:11:20,544:DEBUG:certbot.plugins.webroot:Creating root challenges validation dir at /Users/Shared/Jenkins/Sites/.well-known/acme-challenge
2016-08-26 22:11:20,569:DEBUG:certbot.plugins.webroot:Attempting to save validation to /Users/Shared/Jenkins/Sites/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s
2016-08-26 22:11:20,582:INFO:certbot.auth_handler:Waiting for verification...
2016-08-26 22:11:20,596:DEBUG:acme.client:Serialized JSON: {"keyAuthorization": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s.PNYnw6k70zIYgz7lyRei4s7Q0kFAWY8RwtqJmIOvs8M", "type": "http-01", "resource": "challenge"}
2016-08-26 22:11:20,612:DEBUG:acme.jose.json_util:Omitted empty fields: typ=None, x5c=(), crit=(), x5tS256=None, kid=None, cty=None, jwk=None, x5u=None, x5t=None, alg=None, jku=None
2016-08-26 22:11:20,630:DEBUG:acme.jose.json_util:Omitted empty fields: typ=None, x5c=(), crit=(), x5tS256=None, kid=None, cty=None, x5u=None, nonce=None, jku=None, x5t=None
2016-08-26 22:11:20,642:DEBUG:root:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017. args: (), kwargs: {'data': '{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "5LjzYTaIOwGVscs-5k8PB0narizW2IKb71yuaEHVRpaB5dgOEGipWhwwaQcKS9Vz-Io6ywWVn7kag5py7KGdjnV-ltpsQG0HAApfQBygD9y_NfICvXlYWWrndDOfg-nfON2gW8ZSYOIZUqqjI7XtugyVUmcOsjW-q5tokmb0pSIt9yGCzJ8n7NUTkSGNZzXh90EzvNxfaH2vdwotFQcgGJ-HV1S1hWuF7di6JrKYT8HFKzlC5zZEmkvGDUWrl53Q0b9f9lXgnjfVoFeirp-Hck2bdXwxIohM_GNXJGWB4TnL3GsKhFgc-XM403TE-2iu9TQfC3Vd9IoDgRVH9ftlvQ"}}, "protected": "eyJub25jZSI6ICJib0ZIdUVwcmttQmVjQWRERjdITktLblRQejhGekNqeExwTUNpMm1nZk80In0", "payload": "eyJrZXlBdXRob3JpemF0aW9uIjogIm9HMEQ5TXBGc1J2RXFOdFB5YXpDYy1qZkF5ckdxbU9zRDN5eDFlSkJHM3MuUE5Zbnc2azcweklZZ3o3bHlSZWk0czdRMGtGQVdZOFJ3dHFKbUlPdnM4TSIsICJ0eXBlIjogImh0dHAtMDEiLCAicmVzb3VyY2UiOiAiY2hhbGxlbmdlIn0", "signature": "LYxGKH-ITEJmk3EwsYoMm-dVWVROstmX6NmSm_FvOh8y2O1DmJ0uc4EwR6Lw5UKMx6hnZMnEAvHAoi_ue-2tJoMPUCmRI0G_ebPMf1PALfmWYAXRtE2Br3UXtPzqhJghmaNXeNrM3Q0GSSFUwlN-uHe4i6-MpwKv6PFrPnWez8z-N2LIVqVS4BfVFtPgiTXoO4s8eogo7C9gDPIvOO-uJ8GgsHKtLiL_o1PC47M-CANhjjhRXjdYS82qipmPCZsA8YKV4VOg5_7HzMgt5Dlq3J6GvqCHiHcrNhFlCmdVrOpY-lIL1xT7MV2f1KeRjFlSgYo771jQqDajvT1HGpDnLw"}'}
2016-08-26 22:11:20,770:DEBUG:requests.packages.urllib3.connectionpool:"POST /acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017 HTTP/1.1" 202 335
2016-08-26 22:11:20,783:DEBUG:root:Received <Response [202]>. Headers: {'Content-Length': '335', 'Boulder-Request-Id': 'Bn9JCURfb1HyYGJ53xDsubpfu2q6iipc-6nvOeEgCDI', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/authz/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8>;rel="up"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017', 'Pragma': 'no-cache', 'Boulder-Requester': '3352607', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Content-Type': 'application/json', 'Replay-Nonce': 'fCt5x57YrTbovwliBgMDXJyv3ZerAZFgDUS2iwb3uxY'}. Content: '{\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017",\n "token": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s",\n "keyAuthorization": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s.PNYnw6k70zIYgz7lyRei4s7Q0kFAWY8RwtqJmIOvs8M"\n}'
2016-08-26 22:11:20,795:DEBUG:acme.client:Storing nonce: '|+y\xc7\x9e\xd8\xad6\xe8\xbf\tb\x06\x03\x03\\\x9c\xaf\xdd\x97\xab\x01\x91`\rD\xb6\x8b\x06\xf7\xbb\x16'
2016-08-26 22:11:20,806:DEBUG:acme.client:Received response <Response [202]> (headers: {'Content-Length': '335', 'Boulder-Request-Id': 'Bn9JCURfb1HyYGJ53xDsubpfu2q6iipc-6nvOeEgCDI', 'Expires': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/authz/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8>;rel="up"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017', 'Pragma': 'no-cache', 'Boulder-Requester': '3352607', 'Date': 'Fri, 26 Aug 2016 22:11:21 GMT', 'Content-Type': 'application/json', 'Replay-Nonce': 'fCt5x57YrTbovwliBgMDXJyv3ZerAZFgDUS2iwb3uxY'}): '{\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017",\n "token": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s",\n "keyAuthorization": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s.PNYnw6k70zIYgz7lyRei4s7Q0kFAWY8RwtqJmIOvs8M"\n}'
2016-08-26 22:11:23,824:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/acme/authz/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8. args: (), kwargs: {}
2016-08-26 22:11:23,900:DEBUG:requests.packages.urllib3.connectionpool:"GET /acme/authz/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8 HTTP/1.1" 200 1890
2016-08-26 22:11:23,912:DEBUG:root:Received <Response [200]>. Headers: {'Content-Length': '1890', 'Expires': 'Fri, 26 Aug 2016 22:11:25 GMT', 'Boulder-Request-Id': 'Byq8vB9pfdwddcewF49_uL3no7IFHE6uqv-lVZbMnDs', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Fri, 26 Aug 2016 22:11:25 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'H7TwuRe7Tw_zvZiuIPFQIGCpGX1d9NOLkVC1QeRDfKY'}. Content: '{\n "identifier": {\n "type": "dns",\n "value": "jenkins.metropia.com"\n },\n "status": "invalid",\n "expires": "2016-09-02T22:11:21Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627015",\n "token": "D5KBgKpZf0EzKfsN092A6dSZ2Pw29UNuzyq7o7opS5w"\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627016",\n "token": "p0ay1SbLpC7OsKmGwweNPsnTCCr7c_2s-hbHnbcOV44"\n },\n {\n "type": "http-01",\n "status": "invalid",\n "error": {\n "type": "urn:acme:error:unauthorized",\n "detail": "Invalid response from http://jenkins.metropia.com/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s: \\"\\u003c!DOCTYPE HTML PUBLIC \\"-//W3C//DTD HTML 4.01 Frameset//EN\\" \\"http://www.w3.org/TR/html4/frameset.dtd\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-e\\"",\n "status": 403\n },\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017",\n "token": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s",\n "keyAuthorization": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s.PNYnw6k70zIYgz7lyRei4s7Q0kFAWY8RwtqJmIOvs8M",\n "validationRecord": [\n {\n "url": "http://jenkins.metropia.com/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s",\n "hostname": "jenkins.metropia.com",\n "port": "80",\n "addressesResolved": [\n "162.255.119.248"\n ],\n "addressUsed": "162.255.119.248"\n }\n ]\n }\n ],\n "combinations": [\n [\n 0\n ],\n [\n 1\n ],\n [\n 2\n ]\n ]\n}'
2016-08-26 22:11:23,924:DEBUG:acme.client:Received response <Response [200]> (headers: {'Content-Length': '1890', 'Expires': 'Fri, 26 Aug 2016 22:11:25 GMT', 'Boulder-Request-Id': 'Byq8vB9pfdwddcewF49_uL3no7IFHE6uqv-lVZbMnDs', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Fri, 26 Aug 2016 22:11:25 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'H7TwuRe7Tw_zvZiuIPFQIGCpGX1d9NOLkVC1QeRDfKY'}): '{\n "identifier": {\n "type": "dns",\n "value": "jenkins.metropia.com"\n },\n "status": "invalid",\n "expires": "2016-09-02T22:11:21Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627015",\n "token": "D5KBgKpZf0EzKfsN092A6dSZ2Pw29UNuzyq7o7opS5w"\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627016",\n "token": "p0ay1SbLpC7OsKmGwweNPsnTCCr7c_2s-hbHnbcOV44"\n },\n {\n "type": "http-01",\n "status": "invalid",\n "error": {\n "type": "urn:acme:error:unauthorized",\n "detail": "Invalid response from http://jenkins.metropia.com/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s: \\"\\u003c!DOCTYPE HTML PUBLIC \\"-//W3C//DTD HTML 4.01 Frameset//EN\\" \\"http://www.w3.org/TR/html4/frameset.dtd\\"\\u003e\\n\\u003chtml\\u003e\\n\\u003chead\\u003e\\n\\u003cmeta http-e\\"",\n "status": 403\n },\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627017",\n "token": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s",\n "keyAuthorization": "oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s.PNYnw6k70zIYgz7lyRei4s7Q0kFAWY8RwtqJmIOvs8M",\n "validationRecord": [\n {\n "url": "http://jenkins.metropia.com/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s",\n "hostname": "jenkins.metropia.com",\n "port": "80",\n "addressesResolved": [\n "162.255.119.248"\n ],\n "addressUsed": "162.255.119.248"\n }\n ]\n }\n ],\n "combinations": [\n [\n 0\n ],\n [\n 1\n ],\n [\n 2\n ]\n ]\n}'
2016-08-26 22:11:23,936:DEBUG:acme.challenges:dns-01 was not recognized, full message: {u'status': u'pending', u'token': u'D5KBgKpZf0EzKfsN092A6dSZ2Pw29UNuzyq7o7opS5w', u'type': u'dns-01', u'uri': u'https://acme-v01.api.letsencrypt.org/acme/challenge/yU2hK5cu_QV84eQt8uRPbJCdoH8kwD2KOWMlZGtmbI8/246627015'}
2016-08-26 22:11:23,952:INFO:certbot.reporter:Reporting to user: The following errors were reported by the server:
Domain: jenkins.metropia.com
Type: unauthorized
Detail: Invalid response from http://jenkins.metropia.com/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s: "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-e"
To fix these errors, please make sure that your domain name was entered correctly and the DNS A record(s) for that domain contain(s) the right IP address.
2016-08-26 22:11:23,968:INFO:certbot.auth_handler:Cleaning up challenges
2016-08-26 22:11:23,979:DEBUG:certbot.plugins.webroot:Removing /Users/Shared/Jenkins/Sites/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s
2016-08-26 22:11:23,994:DEBUG:certbot.plugins.webroot:All challenges cleaned up, removing /Users/Shared/Jenkins/Sites/.well-known/acme-challenge
2016-08-26 22:11:24,036:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File "/usr/local/Cellar/certbot/0.8.0/libexec/bin/certbot", line 9, in <module>
load_entry_point('certbot==0.8.0', 'console_scripts', 'certbot')()
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/main.py", line 735, in main
return config.func(config, plugins)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/main.py", line 554, in obtain_cert
_, action = _auth_from_domains(le_client, config, domains, lineage)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/main.py", line 93, in _auth_from_domains
lineage = le_client.obtain_and_enroll_certificate(domains)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/client.py", line 276, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/client.py", line 247, in obtain_certificate
self.config.allow_subset_of_names)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/auth_handler.py", line 74, in get_authorizations
self._respond(resp, best_effort)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/auth_handler.py", line 131, in _respond
self._poll_challenges(chall_update, best_effort)
File "/usr/local/Cellar/certbot/0.8.0/libexec/lib/python2.7/site-packages/certbot/auth_handler.py", line 195, in _poll_challenges
raise errors.FailedChallenges(all_failed_achalls)
FailedChallenges: Failed authorization procedure. jenkins.metropia.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://jenkins.metropia.com/.well-known/acme-challenge/oG0D9MpFsRvEqNtPyazCc-jfAyrGqmOsD3yx1eJBG3s: "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-e"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment