Conversation:
Notices
-
!gnusocial @mmn : looking at https://social.umeahackerspace.se/notice/1123204 : what is the situation in GS ? I still have a lot of broken subscription with some https server : no head , because ssl broken before Unable to connect to
ssl://s.example.org:443
and i think this server is out since more than 1 month.
-
@shnoulle Which server? And does your database have an end to the lease time specified? (PuSH v0.3 allowed permanent subscriptions and we're backwards compatible with those).
At least if you're referring to your server still trying to PuSH to a broken server, check the 'hubsub' table:
SELECT * FROM hubsub WHERE callback LIKE '%remote.server.example%' \G