No puedo crear el sertificado para nginx

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: meet.titaves.com.ar

I ran this command:sudo certbot --nginx

It produced this output: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx

Which names would you like to activate HTTPS for?


1: meet.titaves.com.ar


Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for meet.titaves.com.ar
Using default addresses 80 and [::]:80 ipv6only=on for authentication.
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. meet.titaves.com.ar (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://meet.titaves.com.ar/.well-known/acme-challenge/AXluDFamhOZgxaeM357n8KvQg6GQl1ym6Ym5FrWqtag [200.43.187.124]: "\n\n404 Not Found\n\n

Not Found

\n<p"

IMPORTANT NOTES:

My web server is (include version): nginx

The operating system my web server runs on is (include version):ubuntu 18.04

My hosting provider, if applicable, is: mycomputer

I can login to a root shell on my machine yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): thelast one

Hola @frandejujuy,

¿Como la instaló? ¿Quiere decir que es la última versión que existe, o la última versión disponible en su SO?

Algo que me parece muy relevante es que usted usó certbot --nginx, pero el servidor que responde en meet.titaves.com.ar dice que es un servidor Apache 2.4.18, no un servidor nginx. Sin embargo, Certbot encontró una configuración válida nginx...

¿Es posible que hay Apache y nginx configurados en el mismo servidor? En este caso, ¿cual es la relación entre ellos?

Saludos Choen, muchas gracias por escribirme.

No tengo instalado apache, no se porque sale ese cartel cuando uno entra en meet.titaves.com.ar. He realizado un montón de acciones para intentar de hacer que el certificado para el https funcione y en una de esas tantas comenzò a aparecer el cartel de apache pero no està instalado mira

terminalnoapache

solo tengo instalado el nginx y la versiòn del cerbot que tengo es certbot 0.27.0

Puede intentar, en este servidor u otro,

curl -v meet.titaves.com.ar

Creo que recibirá una respuesta de Apache.

Puede usar comandos como

sudo ps aux

sudo ss -ptl

para intentar a verificar la presencia de un proceso Apache. (O tal vez sea en otro servidor, y la dirección IP del servidor sea equivocada…)

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