All Questions
Tagged with nginx letsencrypt
18 questions
0
votes
0
answers
102
views
Can't setup Nginx reverse proxy for Nextcloud and Portainer with Letsencrypt support
I have several services installed on my Digital Ocean VPS server (Ubuntu 24.04 LTS):
Wireguard "baremetal" installation (via apt get).
Nextcloud SNAP installation.
Docker and docker compose ...
0
votes
0
answers
410
views
Certbot not creating .wellknown/acme-challenge file
I'm trying to setup Let's Encrypt certbot on a docker container hosted on nginx.
Since nginx is just a proxy-pass to a docker container, I'm forwarding requests to .well-known to the disk
location ...
3
votes
1
answer
6k
views
Portainer docker container behind Nginx reverse proxy
I have set up an nginx reverse proxy on an Ubuntu 22.04 server and I have successfully obtained ssl certificate from lets encrypt. The two keys are stored here:
/etc/letsencrypt/live/test.ddns.net/...
0
votes
1
answer
443
views
how to configure Varnish, Nginx Virtual Host & Letsencrypt SSL together
I need some help in configuration of Varnish Cache, Nginx, & SSL on virtual hosts. I am able to configure the Varnish & Nginx on the server IP (Default virtual host). When I access site at ...
1
vote
0
answers
417
views
Renew Let's encrypt certificate automatically without stopping nginx hosted on docker
I am using nginx as proxy and SSL termination for the site hosted on docker. App & nginx both are on docker. I have installed Let's encrypt SSL using Certbot directly on Ubuntu server. And now ...
3
votes
1
answer
945
views
mydomain.com redirected you too many times. ERR_TOO_MANY_REDIRECTS
I was trying to Secure Nginx with Let's Encrypt on Ubuntu 16.04.
mydomain.conf file before obtaining an SSL Certificate
server {
server_name mydomain.com www.mydomian.com ;
# Tell Nginx and ...
0
votes
1
answer
5k
views
https of subdomain redirects to main domain - certbot on nginx
I am running nginx and would like to ask you help in explaining how to set up a correct configuration. Im not expert of server maintenance and would like to avoid to misconfigure the running sites.
...
2
votes
0
answers
2k
views
Renewing certificate on server with Let's Encrypt when first issued with docker
I am running a dockerized django on an EC2 instance. I configured nginx in a docker container and got a certificate also in a docker container. (I followed this guide: https://www.humankode.com/ssl/...
0
votes
1
answer
413
views
How to resolve error to get SSL certificate using Letsencrypt certbot?
Using certbot from Let'sEncrypt, I couldn't manage to create secure access for tleis.nl, but if I copy the site into chess.tleis.nl, then secure access is done without problems. But I still cannot get ...
1
vote
1
answer
2k
views
How can I redirect back from https to http URL's after I removed a SSL certificate of let's encrypt in apache2 & nginx
I configured a certificate of let's encrypt using certbot-auto and the https worked but when I was trying to remove the certificate of my domain using
certbot-auto delete... my wordpress and ...
1
vote
1
answer
11k
views
Node throwing "unable to verify the first certificate" error when fetching from api
I've been running an api for myself through an nginx proxy, I haven't had any issues with it until today, when I reissued its certificate. The certificate is from Let's Encrypt, I've made the file I ...
2
votes
0
answers
565
views
letsencrypt with nginx - renew failed
since one month i receive an error from letsencrypt renewal cronjob.
Operating System: Ubuntu 16.04.6 Xenial
letsencrypt version: certbot 0.23.0
Cronjob command:
@daily letsencrypt renew >&...
0
votes
2
answers
2k
views
certbot (Lets encrypt) install to Nginx compiled from source
Im compile Nginx from source with 3rd party modules. Remove old Nginx and make install new compiled. All fine, but when you remove old Nginx, certbot script automaticaly will be removed.
After Nginx ...
5
votes
1
answer
3k
views
Failed to upgrade certbot on Ubuntu Bionic
I have installed previously Certbot on Ubuntu, but I believe the package wasn't yet available for this distribution yet, so I believe I installed it from a pre-built package (maybe, I'm really not ...
0
votes
1
answer
715
views
Ubnt 16.04 - NGINX - LetsEncrypt - 502 Bad Gateway for first time users of website
I set up a web server for two Wordpress websites. Installed NGINX, PHP, Mariadb, certbot for SSL, etc.
The problem I´m facing is that if I visited the website earlier than Certbot´s config, I can ...
1
vote
1
answer
480
views
migrate server correctly with letsencrypt
I am trying to migrate a server (from old ip to a new ip) and link to a domain name. I tried to copy the entire letsencypt folder from old server to new server along with permission. I got a warning ...
0
votes
1
answer
170
views
Cannot create certificate with letsencrypt, or stop the conflicting service
I'm trying to create a certificate for use with Gitlab.
When running letsencrypt certonly -d gitlab.myurl.com. I get part-way through the process and it says: The program nginx (process ID xxxxx) is ...
2
votes
0
answers
2k
views
urn:acme:error:unauthorized :: The client lacks sufficient authorization error. Let's Encrypt + Nginx + Phusion Passenger
I have a MeteorJS app running on my Digital Ocean server (using nginx). I have followed this tutorial to install Let's Encrypt certificate on my domain, but it failed on this command:
sudo ...