Help Please Can't Access Site after SSL Install Certbot

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: rentmetour.com

I ran this command: i installed the ssl with all success , and now can’t access website . running ubuntu 18.04 , nginx , with manual ip tables

It produced this output: sudo lsof -iTCP -sTCP:LISTEN -P
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
miniserv. 986 root 7u IPv4 18920 0t0 TCP *:10000 (LISTEN)
sshd 1397 root 3u IPv4 249680 0t0 TCP *:22 (LISTEN)
sshd 1397 root 4u IPv6 249691 0t0 TCP *:22 (LISTEN)
systemd-r 28619 systemd-resolve 13u IPv4 229057 0t0 TCP localhost:53 (LISTEN)
nginx 31480 root 8u IPv6 240305 0t0 TCP *:443 (LISTEN)
nginx 31480 root 9u IPv4 240306 0t0 TCP *:443 (LISTEN)
nginx 31480 root 10u IPv4 240307 0t0 TCP *:80 (LISTEN)
nginx 31480 root 11u IPv6 240308 0t0 TCP *:80 (LISTEN)
nginx 31481 www-data 8u IPv6 240305 0t0 TCP *:443 (LISTEN)
nginx 31481 www-data 9u IPv4 240306 0t0 TCP *:443 (LISTEN)
nginx 31481 www-data 10u IPv4 240307 0t0 TCP *:80 (LISTEN)
nginx 31481 www-data 11u IPv6 240308 0t0 TCP *:80 (LISTEN)
nginx 31482 www-data 8u IPv6 240305 0t0 TCP *:443 (LISTEN)
nginx 31482 www-data 9u IPv4 240306 0t0 TCP *:443 (LISTEN)
nginx 31482 www-data 10u IPv4 240307 0t0 TCP *:80 (LISTEN)
nginx 31482 www-data 11u IPv6 240308 0t0 TCP *:80 (LISTEN)

sudo ufw status
Status: inactive

My web server is (include version): ubuntu 18.04,nginx,

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

I can login to a root shell on my machine (yes or no, or I don’t know): yes

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

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

1 Like

The error in Chrome is quite clear: “ERR_TOO_MANY_REDIRECTS”.

Hi @ac0dev

check the output of https://check-your-website.server-daten.de/?q=rentmetour.com

There are two loops:

L https://rentmetour.com/ 104.27.164.208
301
https://rentmetour.com/
Error direct loop

Same with www. Remove both redirects.

3 Likes

Juergen you Rock! thanks for the quick help

3 Likes

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