!
Hubzilla Support ForumI just set up a new Hubzilla instance using Softaculous. It seems to work fine except I can't connect to any channel from any channel, even when both are on the same server. It always says "Channel discovery failed.". This happens regardless of whether I add the channel by name under "Manage your connections" or if I click the Connect button on their channel page. I have tried deleting and reinstalling.
The debug logs show:
2019-03-02T13:19:20Z:LOG_INFO:5c91000ac4:network.php:370:z_post_url: z_post_url: error: https://<domain>/.well-known/zot-info:
2019-03-02T13:19:20Z:LOG_INFO:5c91000ac4:Finger.php:107:run: zot_finger: https failed. falling back to http
2019-03-02T13:19:20Z:LOG_INFO:5c91000ac4:network.php:370:z_post_url: z_post_url: error: http://<domain>/.well-known/zot-info:
2019-03-02T13:19:20Z:LOG_INFO:5c91000ac4:Finger.php:125:run: zot_finger: no results
2019-03-02T13:19:20Z:LOG_INFO:5c91000ac4:follow.php:189:new_contact: follow: Channel discovery failed.
If I navigate to
http://<domain>/.well-known/zot-info then I get an 404 (nginx). This isn't true for the demo site (
https://demo.hubzilla.org/.well-known/zot-info ).
Could this be a problem with the rewrite rules in .htaccess? They look consistent with what's in the source code. Note that I'm running on a subdomain mapped onto a subfolder of my web root. Could the nginx config be screwing up mod_rewrite?