My domain is: anuyart.forest.go.th
I ran this command:
docker run -it --rm \
--mount type=bind,source=/docker/www,target=/docker/www \
--mount type=volume,source=docker_certdata,target=/etc/letsencrypt \
certbot/certbot certonly --webroot -w /docker/www -d anuyart.forest.go.th
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Enter email address (used for urgent renewal and security notices) (Enter 'c' to
cancel): my@email.com
An unexpected error occurred:
ConnectionError: HTTPSConnectionPool(host='acme-v01.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6811a01310>: Failed to establish a new connection: [Errno -3] Try again',))
Please see the logfiles in /var/log/letsencrypt for more details.
letsencrypt.log:
2018-06-01 05:22:24,770:DEBUG:certbot.main:certbot version: 0.24.0
2018-06-01 05:22:24,771:DEBUG:certbot.main:Arguments: ['--webroot', '-w', '/docker/www', '-d', 'anuyart.forest.go.th']
2018-06-01 05:22:24,771:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-06-01 05:22:24,803:DEBUG:certbot.log:Root logging level set at 20
2018-06-01 05:22:24,804:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-06-01 05:22:24,805:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2018-06-01 05:22:24,811: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 0x7fa28ee4cf10>
Prep: True
2018-06-01 05:22:24,812:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x7fa28ee4cf10> and installer None
2018-06-01 05:22:24,812:INFO:certbot.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2018-06-01 05:22:30,573:DEBUG:acme.client:Sending GET request to https://acme-v01.api.letsencrypt.org/directory.
2018-06-01 05:22:30,576:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
2018-06-01 05:22:35,584:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 11, in <module>
load_entry_point('certbot', 'console_scripts', 'certbot')()
File "/opt/certbot/src/certbot/main.py", line 1315, in main
return config.func(config, plugins)
File "/opt/certbot/src/certbot/main.py", line 1190, in certonly
le_client = _init_le_client(config, auth, installer)
File "/opt/certbot/src/certbot/main.py", line 637, in _init_le_client
acc, acme = _determine_account(config)
File "/opt/certbot/src/certbot/main.py", line 516, in _determine_account
config, account_storage, tos_cb=_tos_cb)
File "/opt/certbot/src/certbot/client.py", line 164, in register
acme = acme_from_config_key(config, key)
File "/opt/certbot/src/certbot/client.py", line 46, in acme_from_config_key
return acme_client.BackwardsCompatibleClientV2(net, key, config.server)
File "/opt/certbot/src/acme/acme/client.py", line 718, in __init__
directory = messages.Directory.from_json(net.get(server).json())
File "/opt/certbot/src/acme/acme/client.py", line 1041, in get
self._send_request('GET', url, **kwargs), content_type=content_type)
File "/opt/certbot/src/acme/acme/client.py", line 990, in _send_request
response = self.session.request(method, url, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/adapters.py", line 508, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='acme-v01.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fa28ee57310>: Failed to establish a new connection: [Errno -3] Try again',))
2018-06-01 05:22:35,587:ERROR:certbot.log:An unexpected error occurred:
My web server is (include version): nginx 1.13.12-alpine (docker)
The operating system my web server runs on is (include version):
- Ubuntu 18.04 LTS
- Docker version 18.05.0-ce, build f150324
- docker-compose version 1.21.2, build a133471
My hosting provider, if applicable, is: -
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
I used this command successfully in another host with Ubuntu 16.04 LTS.