Some days I'm an utter idiot. Spent quite some time today debugging why after a restart caddy was failing to get a new cert and was failing all the ACME challenges. Sooo it turns out small annie some time ago decided "I don't really like people even trying to connect to my webserver via http, how about I just block that from outside my network"
Notices by Annie (anniiii@gts.ferreo.dev)
-
Embed this notice
Annie (anniiii@gts.ferreo.dev)'s status on Sunday, 05-Nov-2023 02:59:03 JST Annie -
Embed this notice
Annie (anniiii@gts.ferreo.dev)'s status on Friday, 25-Nov-2022 08:44:30 JST Annie Ok I found a slight fault in my "get all posts from user" code: After a certain amount of requests the server will send me a unhappy response. Tried doing it on @Gargron (so I could test it for someone with many posts) and after 171 successful requests each yielding me 40 posts(6840 total) I get a error response. Didn't expect I'm gonna now also have to work around mastodon API xD