Error: urn:acme:error:malformed :: The request message was malformed :: Error creating new authz :: Name does not end in a public suffix
2016-05-31 12:48:24,457: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â: â0gkcFWqdJ0uWtPq6SxYV0vOH8Y8Fn5-LpRjsrONR3nTGViwM0-5gAc3N12m5f0JrCGFucd4Rch7bmf_hBDCoS23n8Yn0K4ax2bAvhJy3tgtAYRGGUGX9GiMjP8c29FXljTpvhxH0_BKiGUC2_ofWSfIZrs2OF0DJO2cGXKdh6uFjbzDFidBvAGi5l4IvkLeSsoAfeQAjN0plWGC08KXUtERaGku3oYtxw46mJMzbIrt7KnKYzBvdJyZgsCmjfWPedoNWjEOOcHOdYeO5ocRO3z1VHct3Tx5lXcrbMRXWncmJuEJnml6kHxoDch8_VMhzmiEyMML4Jf5wIyPimRwSAQâ}}, âprotectedâ: âeyJub25jZSI6ICJmWjlHY3Fyc1pSM0tONExDSXktUEd4bm9hSi1wQXpkVmg0RGU0cEpNVHdrIn0â, âpayloadâ: âeyJpZGVudGlmaWVyIjogeyJ0eXBlIjogImRucyIsICJ2YWx1ZSI6ICJob3JkZS53ZWJtYWlsIn0sICJyZXNvdXJjZSI6ICJuZXctYXV0aHoifQâ, âsignatureâ: âqS8VViv2hxs8UAwnAOfpTHnq_JQgaZbq-WLykrB1dNxWjRV9i9AoqhWEXrBmGFl5PwvfFldhng1FNaCncFLaTJPnwo_stcCTjrmisJHQcdqkUzmjcWZFWA7stwcYHcDnZThERC4GRC7mpzyoa2aErhCMDV3BKOFHISrb-6cZ1obUJLNhiXZBnJItDw-SyWXY__AoH2lKYKNeMWtm9tdCnspU5bjwXLm7W7Pf0SFRsY8WILSllR7wNN_M60ghoLT963dz9eeP4cwWQS5AT2CuyrWmz4WKudjCLGKOhnDrytQvFvJQvx7kbLy3Sdon4pQO0379nUhYBMp_gUENuz6fEgâ}â}
2016-05-31 12:48:24,549:DEBUG:requests.packages.urllib3.connectionpool:âPOST /acme/new-authz HTTP/1.1â 400 137
2016-05-31 12:48:24,550:DEBUG:root:Received <Response [400]>. Headers: {âContent-Lengthâ: â137â, âExpiresâ: âTue, 31 May 2016 12:48:24 GMTâ, âServerâ: ânginxâ, âConnectionâ: âcloseâ, âPragmaâ: âno-cacheâ, âCache-Controlâ: âmax-age=0, no-cache, no-storeâ, âDateâ: âTue, 31 May 2016 12:48:24 GMTâ, âContent-Typeâ: âapplication/problem+jsonâ, âReplay-Nonceâ: âwUQtobn6___dyoQBmthkgWtNvqoulItA1JxLIOxgF6câ}. Content: '{\n âtypeâ: âurn:acme:error:malformedâ,\n âdetailâ: âError creating new authz :: Name does not end in a public suffixâ,\n âstatusâ: 400\n}'
2016-05-31 12:48:24,551:DEBUG:acme.client:Storing nonce: '\xc1D-\xa1\xb9\xfa\xff\xff\xdd\xca\x84\x01\x9a\xd8d\x81kM\xbe\xaa.\x94\x8b@\xd4\x9cK \xec`\x17\xa7â
2016-05-31 12:48:24,551:DEBUG:acme.client:Received response <Response [400]> (headers: {âContent-Lengthâ: â137â, âExpiresâ: âTue, 31 May 2016 12:48:24 GMTâ, âServerâ: ânginxâ, âConnectionâ: âcloseâ, âPragmaâ: âno-cacheâ, âCache-Controlâ: âmax-age=0, no-cache, no-storeâ, âDateâ: âTue, 31 May 2016 12:48:24 GMTâ, âContent-Typeâ: âapplication/problem+jsonâ, âReplay-Nonceâ: âwUQtobn6___dyoQBmthkgWtNvqoulItA1JxLIOxgF6câ}): '{\n âtypeâ: âurn:acme:error:malformedâ,\n âdetailâ: âError creating new authz :: Name does not end in a public suffixâ,\n âstatusâ: 400\n}'
2016-05-31 12:48:24,552:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File â/root/.local/share/letsencrypt/bin/letsencryptâ, line 11, in
sys.exit(main())
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.pyâ, line 693, in main
return config.func(config, plugins)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.pyâ, line 460, in run
lineage, action = _auth_from_domains(le_client, config, domains)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.pyâ, line 93, in _auth_from_domains
lineage = le_client.obtain_and_enroll_certificate(domains)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/client.pyâ, line 276, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/client.pyâ, line 247, in obtain_certificate
self.config.allow_subset_of_names)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/auth_handler.pyâ, line 64, in get_authorizations
domain, self.account.regr.new_authzr_uri)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.pyâ, line 217, in request_domain_challenges
typ=messages.IDENTIFIER_FQDN, value=domain), new_authzr_uri)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.pyâ, line 197, in request_challenges
new_authz)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.pyâ, line 656, in post
return self._check_response(response, content_type=content_type)
File â/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.pyâ, line 572, in _check_response
raise messages.Error.from_json(jobj)
Error: urn:acme:error:malformed :: The request message was malformed :: Error creating new authz :: Name does not end in a public suffix
Kindly help me on this please⌠Begging for your helpâŚ