SSL won't generate

My domain is: easter.rugby.gent

I ran this command: certbot certonly --agree-tos -q --email nathan.geerinck@gmail.com --webroot -w /home/ploi/easter.rugby.gent/public -d easter.rugby.gent

It produced this output: Failed authorization procedure. easter.rugby.gent (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://easter.rugby.gent/.well-known/acme-challenge/Jxq-fRy9YP3WN-6J2k27AnVNOg55BxNXC3A05Lz5ujo: Timeout Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.

My web server is: nginx/1.10.3

The operating system my web server runs on is (include version): Ubuntu 16.04.4 x64

My hosting provider, if applicable, is: DigitalOcean

I can login to a root shell on my machine: yes

I’m using a control panel to manage my site: A service that you can compare to Laravel Forge.

Hi,

It means you have an error n Nginx conf.
Please check your nginx conf.

Using systemctl status nginx -l

Thank you

$ host easter.rugby.gent
easter.rugby.gent has address 188.166.85.216
easter.rugby.gent has IPv6 address 2a03:b0c0:0:1010::166:2001

You offer an IPv6 address, but connections via IPv6 time out. Either drop the AAAA record or configure your host correctly.

2 Likes

Just want to say that… lol

Thank you very much.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.