Please fill out the fields below so we can help you better.
My domain is: paulguijt.nl
I ran this command:
- sudo ./getssl paulguijt.nl
- sudo certbot --apache -t -d paulguijt.nl -d www.paulguijt.nl
- sudo certbot --apache -t -d paulguijt.nl -d www.paulguijt.nl -v
It produced this output:
1.
Certificate on remote domain does not match domain, ignoring remote certificate
Registering account
Verify each domain
Verifying paulguijt.nl
copying challenge token to /var/www/mijn/paulguijt/.well-known/acme-challenge/xX8r0olvU9lqS8_6CUPHcTPzrXykLbSy5Segx_wgHA8
Pending
getssl: paulguijt.nl:Verify error:Could not connect to paulguijt.nl
-
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for paulguijt.nl
tls-sni-01 challenge for www.paulguijt.nl
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. paulguijt.nl (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Failed to connect to 82.161.149.101:443 for TLS-SNI-01 challenge, www.paul
guijt.nl (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Failed to connect to 82.161.149.101:443 for TLS-SNI-01 challenge
see http://paulguijt.nl/.well-known/acme-challenge/letsencrypt.log
error.log reported:
[Fri Dec 16 11:50:40.298614 2016] [ssl:warn] [pid 2449] AH01906: 9fe57942a192d9cd5daf02b7c880c41d.ba1619d251d5103381c6cbe36b8eca81.acme.invalid:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Dec 16 11:50:40.302545 2016] [ssl:warn] [pid 2449] AH01906: 9f474c6bfd6b656c9cee80c56246a147.141d1b3e50e4e4fa437dc62328d6815e.acme.invalid:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
My operating system is (include version):
Raspbian / Debian 8
My web server is (include version):
Apache 2.4.10
My hosting provider, if applicable, is: at home, through ADSL with a fixed IP
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
DNS A is set ok, iptables should not block.
In apache2.conf:
<Directory “/var/lib/letsencrypt/”>
AllowOverride None
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
In ports.conf:
Listen 80 http
Listen 443 https
In ssl.conf:
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5
SSLProtocol TLSv1 TLSv1.1 TLSv1.2