SSl certs stopped working for self hosted Nextcloud installation

Then you either:

  • block certain geolocations/countries

OR

  • have a problem in the HTTP vhost config

And again:

I see:

curl -Ii cloud.aslanfrench.work
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Thu, 11 Nov 2021 05:29:13 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://cloud.aslanfrench.work:443
3 Likes

I don't think it's this, since I haven't changed anything when I moved to a new apartment.

I'm using nginx. I thought vhost stuff was just for apache?

Also like I said I haven't changed anything with my server configs from my last apartment, so I don't know how this could the source of the issue.

2 Likes

Virtual hosts (vhosts) are for all modern web servers.

Let's have a look at the output of:
nginx -T
and place a test file in the expected challenge location, like:
echo "test1234" > /var/www/letsencrypt/Test_File-1234

3 Likes

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