Problem with Cert

Hello

I installed from snap Nextcloud on my own
Server and set up NAT rules for hosting.
When I create SSL with Let’s encrypt
sudo nextcloud.enable-https Lets-encrypt
Set up my domain
Status is complete, Apache2 restart is complete

Then I used
sudo nextcloud.enable-https self-signed

On Linux, I allow 443 and 80 TCP.

After these steps, my connection is still not secure. What should I do?

Try restarting the snap.
Make sure you’ve properly configured trusted domains.
If you are stuck, try filling out the support form and read through any snap documentation. You can also search the forum for similar posts.

Hi @Consi,
You are missing the required support template. Please fill this form out and edit into your post.

This will give us the technical info and logs needed to help you! Thanks.

I’m assuming that’s just a typo and you meant to type sudo nextcloud.enable-https lets-encrypt (all lower-case). At this point I get the impression that things were working okay, is that not correct?

Why did you do this? This disables the certs you got above from Let’s Encrypt and enables self-signed ones, which will cause warnings in your browser. You should definitely not need this if sudo nextcloud.enable-https lets-encrypt was working.

2 Likes