Get the most out of your Centmin Mod LEMP stack
Become a Member

Wordpress ActivePup Fediverse webfinger

Discussion in 'Blogs & CMS usage' started by Max, Feb 21, 2021.

  1. Max

    Max Member

    123
    5
    18
    Feb 17, 2018
    Ratings:
    +9
    Local Time:
    1:45 PM
  2. eva2000

    eva2000 Administrator Staff Member

    54,113
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    11:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    webfinger ?
     
  3. Max

    Max Member

    123
    5
    18
    Feb 17, 2018
    Ratings:
    +9
    Local Time:
    1:45 PM
    is activepup blocked by centminmod? Security settings?


    best regards
     
  4. Max

    Max Member

    123
    5
    18
    Feb 17, 2018
    Ratings:
    +9
    Local Time:
    1:45 PM

    Profile URL is not accessible ActivityPub
    Your author URL https://mojobuslife.com/author/max/ does not return valid JSON for application/activity+json. Please check if your hosting supports alternate Accept headers.

    are used by centminmod alternate Accept headers.?
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,113
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    11:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  6. Max

    Max Member

    123
    5
    18
    Feb 17, 2018
    Ratings:
    +9
    Local Time:
    1:45 PM
    It,s a Wordpress plugin
    https://wordpress.org/plugins/activitypub/

    can it be that the url is blocked?
    Code:
    Request Log
    
    16:30:41 Looking up WebFinger data for acct:max@mojobuslife.com
    16:30:41 GET https://mojobuslife.com/.well-known/webfinger?resource=acct%3Amax%40mojobuslife.com
    16:30:42 Error getting JRD: 404 Not Found
    
    JSON Resource Descriptor (JRD)
    
    null
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,113
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    11:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. Max

    Max Member

    123
    5
    18
    Feb 17, 2018
    Ratings:
    +9
    Local Time:
    1:45 PM
    set
    Code:
    location ^~ /.well-known/webfinger {
    
      auth_basic off;
    
      allow all;
    
      default_type text/plain;
    
      try_files $uri $uri/ /index.php?$args;
    
      break;
    
    }
    and all works