Tengo problemas al momento de querer generar el certificado SSL, con certbot.
Este no puede verificar mi dominio, ya e intentado de multiples formas incluida la forma manual, y puedo acceder desde el navegador a los archivos de prueba que creo o al archivo de verificacion que creo de forma manual, pero me sigue indicando que no es posible encontrar el recursos.
Este es mi dominio: sitrand.gobernaciondecochabamba.bo
Estoy usando nginx y esta es la configuracion que tengo
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: sitrand.gobernaciondecochabamba.bo
Type: connection
Detail: 200.87.176.247: Fetching http://sitrand.gobernaciondecochabamba.bo/.well-known/acme-challenge/lE-6qcASP1VezXQA6ahgXerZ5FV0dySni0nNZKFmLYo: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Igualmente e intentado realizar la comprobacion usando otro proveedor como zeroSSL, y puedo cargar mi archivo de prueba normal y puedo acceder a el, pero la momento de comprobarlo con ZeroSSL, este falla
Sorry, I don't have time to translate my response.
The problem is not your configuration.
The problem is that the HTTP connections from LE can't reach your server.
Hello, I have already checked that, but I am not sure about the reason why this is happening. My firewall allows requests on port 80 and 443, and I have even deactivated it to allow the connection, but this error still persists. Similarly, I have verified with the manual check of Certbot that I can access the verification file from my browser.
I'm not sure why it can't access my server, especially when I have access from my browser. I have also used curl to retrieve the files and check the connection, but it still doesn't work.
but the link is incorrect; it's not the correct domain. The test was performed on: sitrand.gobernciondecochabamba.bo, but my actual domain is: sitrand.gobernaciondecochabamba.bo.
I think it must be that because I've obtained the certificate on other servers, but this one is a government server and there must be some IP blocking by region, because it's strange; I've already performed the test and it keeps failing, but I can access easily the test file through the browser or by making a curl request.
I would have to check with the head of the systems department, but he takes a while to respond. That's why I was trying to solve it on my own, but I think the only option left is to allow requests to the server. Thank you very much for the help. At least I could verify that it's due to a regional block.