I have problem with connecting site

Hello, Im new and I wanted to make ssl certificate on my site. I have vm with ubuntu 18.04x apache php and mysql. I started creating certificate from this tut https://certbot.eff.org/lets-encrypt/ubuntubionic-apache.

When my certificate was done i tried coneccting my site via domain (tropique.net) but it says too many redirects I dont know what i do wrong so i tried to uninstall certbot certificates and all folders etc but now I cant still connect my site becouse i have this error ERR_SSL_VERSION_OR_CIPHER_MISMATCH

I have domains on cloudflare and i can connect normally by ipv4 addres.
Sorry im new in these things.

1 Like

Welcome to the Let’s Encrypt Community :slightly_smiling_face:

Let’s see what we can do for you… :thinking:

1 Like

It sounds like the configuration changes that occurred when running certbot may have conflicted with your existing configuration. Uninstalling certbot won’t remove the certificates or configuration changes. I recommend reinstalling certbot and acquiring a new certificate to get things back to an operable point. Then we’ll see how we can get you moving.

What you’re experiencing isn’t entirely uncommon. certbot is pretty smart about trying to enable https and redirect from http to https, but often individual configurations are too complicated for it to manage.

I can see at https://crt.sh/?q=tropique.net that you did manage to successfully acquire a certificate yesterday, so that aspect is good at least.

1 Like

I tried to install certbot now but got this error

1 Like

It seems that the root certificates are missing…

1 Like

Try this if you would, please:

sudo apt-get install -y ca-certificates

2 Likes

Yes I also tried it before but nothing changes :neutral_face:

1 Like

Still the same error then. Hmm…

1 Like

Hi @MrMezoPl,

Could you share what kind of hosting environment you are using? Specifically what host you got your VPS from?

2 Likes

Thanks @_az. I’m a bit out of my depth here.

My next suggestion based on my research was going to be:

sudo snap install core

1 Like

I using digital cloud droplet

@griffin still same

1 Like

You got the same error from that too?

1 Like

yeah same error like previous

1 Like

Thanks! That should just work on an Ubuntu Bionic DO droplet, so I think something has probably gone wrong with the CA certs directory.

sudo find /etc/ssl/certs | wc -l
sudo update-ca-certificates
sudo find /etc/ssl/certs | wc -l
3 Likes

@_az

I concur. I think he might have removed a bit extra.

2 Likes

It says that cant find this file. Btw I can show you it on anydesk if it would help you.

Which of the 3 commands produced that error message? Could you post another screenshot showing all 3 commands?

2 Likes

Yes of course, here you are

1 Like

Out of curiosity: did you remove the entire etc folder and its subfolders?

1 Like

No, After deleting certificates and removing certbot i deleted everything named ssl letsencrypt. I have etc folder

1 Like