Skip to main content


host-meta is not reachable


!Friendica Support
After switching my vps server from apache to nginx, I get the following message in admin:
https://friendica.vrije-mens.org/.well-known/host-meta is not reachable on your system. This is a severe configuration issue that prevents server to server communication.
------------
I've checked the nginx server config file and the location block for .well-known is present with allow all
Is this a known issue or does anyone gave suggestions?
in reply to Casper Rutten

# make sure webfinger and other well known services aren't blocked
# by denying dot files and rewrite request to the front controller
location ^~ /.well-known/ {
allow all;
}

# deny access to all dot files
location ~ /\. {
deny all;
}

You need more than this?
in reply to Casper Rutten

in reply to Casper Rutten

Thanks Adam.
Does the warning disappear directly after changing, or does it take some time. I had it switch on before, but the message remained.
in reply to Casper Rutten

problem persists. The worker queue doesn't grow, so it seems to me that it works.
in reply to Casper Rutten

Entries like this in access.log
2a03:4000:30:b917::14:8063 - - [27/Mar/2021:00:00:11 +0000] "GET /.well-known/host-meta HTTP/1.1" 200 1115 "-" "Friendica 'Red Hot Poker' 2020.03-1338; https://erdkontakt.de"

No errors in error.log after uncommenting the rewrite directive.
in reply to Casper Rutten

I believe I will remove the hostname usage; this uno online should resolve the issue.

Friendica Support reshared this.

Deze website gebruikt cookies. Door het gebruik van deze website ga je akkoord met het gebruik van deze cookies.