Questions tagged [certbot]

328 questions
0
votes
1 answer

Nginx not listening on new ports with systemctl reload nginx after adding config with a new port

Not sure how to quickly summary this issue, so I will put my scenario in bulletpoints: Normal basic nginx install I only use https(443), so I removed all http(80) config When you start nginx (or restart it), the process seems to listen on port 80…
Jesse
  • 101
  • 1
  • 3
0
votes
1 answer

Certbot cannot check challenge because of Apache "Redirect / domain.com"

So there is this server that is all messed up but that is besides the point. I ran certbot and it failed. Checked the vhost for port 80. It has the blanket redirect. It dose not seem like it would cause a problem right? Well it is, I commented it…
0
votes
1 answer

After I ran certbot browsers cannot access css file

After I ran certbot --nginx browsers cannot access css of my website. style.css is located in ./styles of root of my site. The error is Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID style.css:1 Edited: string from my .html files (where…
0
votes
0 answers

How do I fix issue with renewing my certbot certificates on ubuntu

I am trying to renew my certbot certificates running the command cerbot renew and I get this error 2021-12-02 10:46:30,686:INFO:certbot.plugins.selection:Plugins selected: Authenticator nginx, Installer nginx 2021-12-02…
Akoh
  • 1
0
votes
0 answers

Pagespeed cannot always access page (FAILED_DOCUMENT_REQUEST), SSL certification error?

I found that Google cannot access my page (this is a follow up of https://webmasters.stackexchange.com/questions/137407/page-cannot-be-crawled-by-google-at-all) Now I am thinking it might be a server configuration error. I am using Letsencrypt…
Alex
  • 676
  • 1
  • 14
  • 37
0
votes
1 answer

Suddenly getting SSL handshake errors

I have a site https://www.sqeazy.com on a Ubuntu 18.04.1 AWS Lightsail VM running a nginx webserver and using Letsencrypy certbot SSL. The site was running without problems but when I checked it today, client browser returned ERR_TOO_MANY_REDIRECTS…
0
votes
0 answers

Does certbot mask apache2?

I recently ran a certbot command using --webroot on a server. Everything worked fine for 8+ hours. This morning my frontend went down. Upon investigation I discovered that the apache2 service was down. It was masked for some reason so I unmasked it.…
Bix
  • 101
  • 1
0
votes
0 answers

Nginx: Reverse Proxy to Docker Container with SSL

On my Ubuntu (20) server I have a Docker container running on port 3000. I have now installed NGINX on the server and point a domain via a reverse proxy to the Docker container. server { listen 80; server_name sub.domain.com; location /…
Jonas
  • 101
0
votes
0 answers

Two domains server_names but separate SSL certificates in NGINX?

My NGINX config has a single server defined, and in server-name I have both my domains listed. However, I'd like to keep their SSL certificates separate if possible. I tried using certbot twice, once for each domain, but it seems certbot changes the…
Max
  • 111
  • 1
0
votes
1 answer

Cant install certbot using snap return: Run configure hook of "certbot" snap if present

I want to install certbot using snap, but when I tried Official instruction: sudo snap install core; sudo snap refresh core sudo snap install --classic certbot but returns: error: cannot perform the following tasks: Run configure hook of…
0
votes
2 answers

How to remove expired Let's Encrypt cert (Debian)

I am trying to remove the expired DST Root CA X3 Let's Encrypt SSL cert (expired yesterday) from a Debian server which is still appearing when I check in SSL Labs: RSA 2048 bits (e 65537) / SHA1withRSA Valid until: Thu, 30 Sep 2021 14:01:15…
omega1
  • 416
  • 3
  • 9
  • 29
0
votes
2 answers

Nginx giving precedence to subdomains based in alphabetical order of config files

TLDR: Nginx is giving precedence to subdomains in alphabetical order of the config files, and I want to know a way to prevent this from happening. This is similar to this question, but I am more interested in improving my system. I (had) two…
Owen
  • 1
0
votes
1 answer

Apache Let's Encrypt Certbot Challenge Failed on Linux

I have a Fedora 34 server running Apache Tomcat. I had certificates from Let's Encrypt working. I installed them with certbot (as one does) and everything was working well. Now, when I go to renew my certs, I get the following error: [root@app…
rcsvivk
  • 31
  • 1
  • 5
0
votes
0 answers

http_ssl_module failed to install when compile from source code of nginx

I am trying to setup my https using certbot , so I need to recompile ngx adding '--with-http_ssl_module', here is the complete steps: - sudo make clean sudo - ./auto/configure --prefix=/var/www/html --sbin-path=/usr/sbin/nginx --conf-…
Jia
  • 101
  • 2
0
votes
0 answers

Why the certificate Authority always failed the temporary challenge file created by Certbot?

i'm using jonasal/nginx-certbot image for letsencript certificates generate. docker-compose.yml: version: '3' services: nginx: image: jonasal/nginx-certbot:latest restart: unless-stopped environment: -…
Anthony
  • 141
  • 7