Questions tagged [certbot]
328 questions
0
votes
0 answers
ssl taking too much time on nginx server
I have a website in nginx, php-fpm, and use lets encrypt centbot for the ssl
Here is a check that checks response time for my website:
SEE THE SCREENSHOT
here is the full config of virtualhost for that website:
fastcgi_cache_path…

Born vs. Me
- 1
- 3
0
votes
1 answer
How to free SSL certificates on Debian 6 squeeze with Apache
I'm looking for a way to use free SSL certificates in Apache running in Debian 6 squeeze.
I tried to use Lets-Encrypt
running
./certbot-auto --apache certonly --no-bootstrap
throws error
WARNING: couldn't find Python 2.7+ to check for…

Andrus
- 169
- 4
- 12
0
votes
2 answers
Nginx Sorry, the page you are looking for is currently unavailable. Please try again later
I have a nginx server (1.10) and I am trying to access a certain location block for letsecnrypt but having no luck. I have modsecurity and pagespeed both included in my compiled nginx.
OS is Ubuntu 16.04 LTS
My error message I get is `An error…

Josh Kirby
- 23
- 1
- 9
0
votes
1 answer
NGINX Calling page will download strange file + Certbot can't install certificate
Problem: Certbot returns a urn:ietf:params:acme:error:connection-error when trying to install a certificate for subdomain rainloop.example.com.
EDIT: As to be seen in the "EDIT" segment below there's a way more important problem, probably the cause…

3x071c
- 113
- 8
0
votes
1 answer
Nginx redirect certbot www to non-www
I am trying to redirect HTTPS www request to non-www but I can't get it to work. What line of code would I have to change to achieve the redirection?
server {
root /var/www/mydomain.com/html;
index index.html index.htm…

Microcipcip
- 103
- 1
- 3
0
votes
1 answer
Generate LetsEncrypt SSL certificate for internal use using Certbot
I want to generate an SSL certificate using Certbot for a subdomain which points to a Docker Registry server which is not accessible from outside.
Since I cannot use LetsEncrypt DNS challenge the idea is to place Certbot on a server which is…

tolkinski
- 101
0
votes
2 answers
duplicates after configuring multiple domains and subdomains + using certbot - seeking best practice
After configuring multiple domains and some subdomains to operate under nginx I've managed to get multiple server blocks to work ok. Still left with the messy results as below.
This after setting up multiple domains, using certbot to create…

CodingMatters
- 101
- 5
0
votes
1 answer
NGINX SSL "ERR_TOO_MANY_REDIRECTS"
I have website build with django and nginx. After adding Let's Encrypt SSL certificat using Certbot I get the error : ERR_TOO_MANY_REDIRECTS.
Please find the below nginx configuration :
server {
listen 80 default_server;
server_name…

Elkpeir
- 3
- 3
0
votes
1 answer
Why does Certbot fail to run post hook scripts?
This is my first attempt at renewing Let's Encrypt certificates via Certbot. After carefully reading the Certbot user guide I created two post hook scripts like this:
root@pelargir:~# ls -l /etc/letsencrypt/renewal-hooks/post
total 8
-rwxr-xr-x 1…

herzbube
- 137
- 1
- 10
0
votes
1 answer
Install Let's Encript in a custom docker container
I'm trying to get https enabled on a web server (apache) already running in a custom docker instance for a specific web app. The container seems to be running Alpine Linux. Before a few weeks ago, I barely knew what docker was. Also, I didn't set…

James John McGuire 'Jahmic'
- 259
- 1
- 5
- 14
0
votes
2 answers
Nginx certbot cronjob not working
I have installed certbot with the nginx module. Today I noticed that the cron that is installed automatically did not work. The cronjob in question is
/etc/cron.d/certbot
and the content was
0 */12 * * * root test -x /usr/bin/certbot -a \! -d…

nwtnsqrd
- 45
- 1
- 1
- 5
0
votes
1 answer
Certbot misbehaves by creating a certificate for a domain with "www"
This time when I used certbot it created a certificate for "www.$website" instead of $website. This is not what I need.
Here it is:
$ website="my_website123.com"
$ sudo certbot certonly --standalone -d $website -d www.$website --email…

Katta
- 19
- 2
0
votes
0 answers
Letsencrypt expired certificate renewal failure (NGinx)
I'm hosting a website on AWS. I created SSL certificates through letsencrypt for my domain xxxxx.com as well as www.xxxxx.com. (Throughout this post I'm putting 'xxxx's for potentially sensitive information, but if the information is required to…

cracka31
- 1
0
votes
1 answer
Certbot and letsencrypt: after renewing my certificate has 2 weeks more of validity instead of 3 months
My letsencrypt certificate will expire soon. I ran "certbot" to renew it for the next 3 months:
$ sudo certbot certonly --standalone -d $website --email admin@$website
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected:…

Kargari
- 107
- 3
0
votes
0 answers
Docker generating SSL certs error
I'm trying to generate certificates with the letsencrypt image and save them to a named volume but I'm having issues. It's only generating the certificate for the top level domain, not any subdomains.
docker-compose.yml:
version: '3.5'
services:
…

cclloyd
- 593
- 2
- 14
- 29